Skip to main content
DELETE
/
agents
/
{agentId}
Delete agent
curl --request DELETE \
  --url https://api.getarbol.com/v1/agents/{agentId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Use your API key from the Arbol dashboard. Go to Settings > API Keys to generate one.

Path Parameters

agentId
string
required

Agent ID (agt_ prefix)

Response

Agent deleted

success
boolean