Skip to main content
DELETE
/
v2
/
agent
/
{agent_id}
cURL
curl --request DELETE \
  --url https://api.bolna.ai/v2/agent/{agent_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "success",
  "state": "deleted"
}

Documentation Index

Fetch the complete documentation index at: https://www.bolna.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

This deletes ALL agent data including all batches, all executions, etc.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agent_id
string<uuid>
required

Response

agent deleted response