Skip to main content
DELETE
/
agents
/
{id}
Delete an agent
curl --request DELETE \
  --url https://whatsrb.com/api/v1/agents/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "Invalid or missing API key"
}

Authorizations

Authorization
string
header
required

API key from the WhatsRB dashboard. Format: Bearer wrb_live_xxx

Path Parameters

id
string
required

Agent external ID (agt_xxx)

Response

No Content