DELETE
/
api
/
v1
/
agents
/
{agentId}
{
  "agentId": "<string>",
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

agentId
string
required

Response

200
application/json

Agent deleted successfully

The response is of type object.