Authorizations
JWT-based authentication
Path Parameters
The ID of the ticket
The ID of the conversation to delete
Response
Successful operation
Delete an existing conversation (only private conversations can be deleted)
curl --request DELETE \
--url https://demo.enneo.ai/api/mind/ticket/{ticketId}/conversation/{conversationId} \
--header 'Authorization: Bearer <token>'{
"success": true
}JWT-based authentication
The ID of the ticket
The ID of the conversation to delete
Successful operation
curl --request DELETE \
--url https://demo.enneo.ai/api/mind/ticket/{ticketId}/conversation/{conversationId} \
--header 'Authorization: Bearer <token>'{
"success": true
}