Skip to main content
DELETE
/
api
/
conversations
/
{conversation_id}
Delete Conversation
curl --request DELETE \
  --url https://api.example.com/api/conversations/{conversation_id}
{
  "success": true
}

Path Parameters

conversation_id
string<uuid>
required

Response

Successful Response

success
boolean
default:true