DELETE
/
ticket
/
{ticketId}
/
conversation
/
{conversationId}
curl --request DELETE \
  --url https://demo.enneo.ai/api/mind/ticket/{ticketId}/conversation/{conversationId}
{
  "success": true
}

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Path Parameters

ticketId
integer
required

The ID of the ticket

conversationId
integer
required

The ID of the conversation to delete

Response

200
application/json

Successful operation

The response is of type object.