cURL
curl --request DELETE \ --url http://localhost:8080/api/agents/{agentId}/tools/post-call-webhook/{webhookId} \ --header 'X-API-KEY: <api-key>' \ --header 'X-API-SECRET: <api-key>'
{ "message": "Post-call webhook assignment removed successfully", "status": "success", "error": null, "data": {} }
Removes a specific post-call webhook assignment from an agent (current behavior).
API Key for MCP server and external service authentication
API Secret for MCP server and external service authentication
OK