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
The response is of type object
.
curl --request DELETE \
--url https://demo.enneo.ai/api/mind/ticket/{ticketId}/conversation/{conversationId}
{
"success": true
}