Skip to main content
DELETE
/
conversations
/
{conversationId}
Soft delete a conversation
curl --request DELETE \
  --url https://api.example.com/conversations/{conversationId}
{
  "success": true
}

Path Parameters

conversationId
string
required

Response

success
boolean
required