Authorizations
Cookie-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}
{
"success": true
}
Cookie-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}
{
"success": true
}