Skip to main content
DELETE
/
api
/
v1
/
agents
/
{agentId}
Remove an agent
curl --request DELETE \
  --url https://api.inbox.adraa.ai/api/v1/agents/{agentId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Workspace API token created in Settings → API. Tokens start with adraa_.

Path Parameters

agentId
string
required

ID of the agent. List agents with GET /api/v1/agents to find it.

Example:

"cmbxgwq1e0000ph01i0j1k2l3"

Response

Agent removed

success
boolean
Example:

true