Skip to main content
DELETE
/
api
/
chat
/
conversations
/
{id}
Delete conversation
curl --request DELETE \
  --url https://www.sontairo.com/api/chat/conversations/{id}
{
  "data": {
    "success": true
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.sontairo.com/llms.txt

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

Path Parameters

id
string
required

Query Parameters

workspaceId
string
required
projectId
string

Response

Conversation deleted

data
object