Deutsch
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