Zum Hauptinhalt springen
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
}

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