Skip to main content
DELETE
/
v2
/
conversations
/
{conversation_id}
cURL
curl --request DELETE \
  --url https://api.orq.ai/v2/conversations/{conversation_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

conversation_id
string
required

The unique identifier of the conversation to delete The unique identifier of the conversation to delete

Example:

"conv_01jj1hdhn79xas7a01wb3hysdb"

Response

Conversation successfully deleted. No content is returned, but the conversation and its messages have been permanently removed.