DELETE
/
agents
/
{agentId}
/
conversations
/
{conversationId}
Delete Conversation
curl --request DELETE \
  --url https://api.chat-dash.com/v1/public/agents/{agentId}/conversations/{conversationId} \
  --header 'Authorization: <authorization>'
{
  "message": "Conversation deleted successfully"
}

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

OK

The response is of type object.