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