curl --request DELETE \
--url https://api.orq.ai/v2/conversations/{conversation_id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Permanently removes a conversation from the workspace
curl --request DELETE \
--url https://api.orq.ai/v2/conversations/{conversation_id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the conversation to delete The unique identifier of the conversation to delete
"conv_01jj1hdhn79xas7a01wb3hysdb"
Conversation successfully deleted. No content is returned, but the conversation and its messages have been permanently removed.
Was this page helpful?