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

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
required

Response

200
application/json
agent deleted response

The response is of type any.