Skip to main content
DELETE
/
agent
/
{agent_id}
Delete an agent
curl --request DELETE \
  --url https://api.kallabot.com/agent/{agent_id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "message": "Agent deleted successfully",
  "agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

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

Agent UUID to delete.

Response

Agent deleted

agent_id
string<uuid>
Example:

"3c90c3cc-0d44-4b50-8888-8dd25736052a"

status
string
Example:

"created"