cURL
curl --request DELETE \ --url https://api.getarbol.com/v1/agents/{agentId} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Soft delete an agent. The agent will be deactivated and no longer available for calls.
Use your API key from the Arbol dashboard. Go to Settings > API Keys to generate one.
Agent ID (agt_ prefix)
Agent deleted