curl -X DELETE "https://api.zudu.ai/api/post-call-webhooks/webhook_abc123def456" \ -H "X-API-KEY: sk_Abc123Def456Ghi789Jkl012Mno345Pqr678Stu901Vwx234Yz" \ -H "X-API-SECRET: s3cr3t_Xyz789Abc123Def456Ghi789Jkl012Mno345Pqr678Stu901Vwx234" \
{ "message": "Post-call webhook deleted successfully", "status": "success", "error": null, "data": null }
Delete a post-call webhook configuration
webhook_...
webhook_abc123def456
sk_...
s3cr3t_...
null
{ "message": "Post-call webhook not found", "status": "error", "error": "Webhook with ID 'webhook_123' does not exist" }
{ "message": "Failed to delete post-call webhook", "status": "error", "error": "Database connection failed" }