DELETE
/
agents
/
{agentId}
Delete Agent
curl --request DELETE \
  --url https://api.chat-dash.com/v1/public/agents/{agentId} \
  --header 'Authorization: <authorization>'
This response does not have an example.

Headers

Authorization
string
required

All requests to the ChatDash API must be validated with the agency API Key found on your agency profile

Path Parameters

agentId
string
required

The ID of the agent

Response

204

No Content