Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.zudu.ai/api/post-call-webhooks/{id} \ --header 'X-API-KEY: <api-key>' \ --header 'X-API-SECRET: <api-key>'
{ "success": true, "message": "Post-call webhook deleted successfully", "data": {} }
Deletes a post-call webhook (current behavior).
API Key for MCP server and external service authentication
API Secret for MCP server and external service authentication
Post-call webhook deleted successfully