Skip to main content
DELETE
/
api
/
agents
/
{agentId}
/
tools
/
post-call-webhook
/
{webhookId}
Remove specific post-call webhook assignment from agent
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": {}
}

Authorizations

X-API-KEY
string
header
required

API Key for MCP server and external service authentication

X-API-SECRET
string
header
required

API Secret for MCP server and external service authentication

Path Parameters

agentId
string
required
webhookId
string
required

Response

200 - application/json

OK

message
string
status
string
error
string
data
object