Permanently delete a function and cascade: triggers, secrets, deployment history, managed agents+tools, and revoke the auto-provisioned API key. The AWS Lambda + log group are torn down asynchronously.
curl --request DELETE \
--url https://api.zavu.dev/v1/functions/{functionId} \
--header 'Authorization: Bearer <token>'{
"deleted": true,
"name": "<string>",
"slug": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.zavu.dev/llms.txt
Use this file to discover all available pages before exploring further.
curl --request DELETE \
--url https://api.zavu.dev/v1/functions/{functionId} \
--header 'Authorization: Bearer <token>'{
"deleted": true,
"name": "<string>",
"slug": "<string>"
}