Skip to main content
DELETE
/
chatbots
/
{chatbotId}
/
conversations
/
{conversationId}
Delete conversation
curl --request DELETE \
  --url https://api.chatling.ai/v2/chatbots/{chatbotId}/conversations/{conversationId} \
  --header 'Authorization: Bearer <token>'
{
    "status": "success"
}

Documentation Index

Fetch the complete documentation index at: https://docs.chatling.ai/llms.txt

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

Request parameters

Path

chatbotId
string
required
The chatbot ID.
conversationId
string
required
The conversation ID.

Response

status
string
The status of the request. Will be success if the request was successful, otherwise error.
{
    "status": "success"
}