Enneo

Conversation

Delete a conversation

DELETE /ticket/{ticketId}/conversation/{conversationId}

DELETE /ticket/{ticketId}/conversation/{conversationId}

Delete an existing conversation (only private conversations can be deleted)

Path parameters

ticketIdintegerpathrequired

The ID of the ticket

conversationIdintegerpathrequired

The ID of the conversation to delete

Responses

200 — Successful operation

Response Example

{
  "success": true
}

400 — Bad request - Cannot delete public conversation or user doesn't have permission

403 — Unauthorized

404 — Ticket or conversation not found

500 — Internal error