cURL
curl --request DELETE \ --url https://api.bolna.ai/v2/agent/{agent_id} \ --header 'Authorization: Bearer <token>'
{ "message": "success", "state": "deleted" }
Use Bolna APIs to delete agents and their related data, ensuring proper cleanup of batches, executions, and configurations.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
agent deleted response
Was this page helpful?