Skip to main content
DELETE
/
ticket
/
{ticketId}
/
conversation
/
{conversationId}
Delete a conversation
curl --request DELETE \
  --url https://demo.enneo.ai/api/mind/ticket/{ticketId}/conversation/{conversationId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT-based authentication

Path Parameters

ticketId
integer
required

The ID of the ticket

conversationId
integer
required

The ID of the conversation to delete

Response

Successful operation

success
boolean