Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://demo.enneo.ai/api/mind/ticket/{ticketId}/conversation/{conversationId} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Delete an existing conversation (only private conversations can be deleted)
JWT-based authentication
The ID of the ticket
The ID of the conversation to delete
Successful operation