Skip to main content
DELETE
/
api
/
v2
/
agents
/
{agentId}
Delete an agent
curl --request DELETE \
  --url https://app.livechatai.com/api/v2/agents/{agentId} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://api.livechatai.com/llms.txt

Use this file to discover all available pages before exploring further.

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

Agent deleted successfully