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

Documentation Index

Fetch the complete documentation index at: https://docs.korint.io/llms.txt

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

Path Parameters

conversationId
string
required

Response

success
boolean
required