DELETE
/
api
/
v2
/
agents
/
{agentId}
curl --request DELETE \
  --url https://app.livechatai.com/api/v2/agents/{agentId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

agentId
string
required

Unique identifier of the agent to delete

Example:

"clx1234567890abcdef"

Response

200

Agent deleted successfully