cURL
curl --request DELETE \ --url https://app.livechatai.com/api/v2/agents/{agentId} \ --header 'Authorization: Bearer <token>'
Delete an agent permanently
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier of the agent to delete
"clx1234567890abcdef"
Agent deleted successfully