Skip to main content
PATCH
/
api
/
agents
/
{agentId}
/
unassign
Unassign any post-call webhook from agent
curl --request PATCH \
  --url http://localhost:8080/api/agents/{agentId}/unassign \
  --header 'X-API-KEY: <api-key>' \
  --header 'X-API-SECRET: <api-key>'
{
  "message": "Post-call webhook unassigned successfully",
  "status": "success",
  "error": null,
  "data": {
    "agent_id": "agent_123",
    "post_call_webhook_id": null
  }
}

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

Response

200 - application/json

OK

message
string
status
string
error
string
data
object