DELETE
/
agents
/
{agentId}
/
conversations
/
{conversationId}
/
messages
Delete Conversation Messages
curl --request DELETE \
  --url https://api.chat-dash.com/v1/public/agents/{agentId}/conversations/{conversationId}/messages \
  --header 'Authorization: <authorization>'
{
  "message": "Messages 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

conversationId
string
required

The ID of the conversation

Response

OK

message
string
Example:

"Messages deleted successfully"