DELETE
/
agent
/
{id}
curl --request DELETE \
  --url https://atoms-api.smallest.ai/api/v1/agent/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200
application/json
Agent deleted successfully

The response is of type object.