curl --request DELETE \
--url http://localhost:8080/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).
curl --request DELETE \
--url http://localhost:8080/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": {}
}API Key for MCP server and external service authentication
API Secret for MCP server and external service authentication