Deskhero Developer Hub
Back to deskhero.com
Ticket conversations

Delete

Soft deletes one entry of a ticket, so it stops being returned while the record and its attachments are kept. The ticket itself is left as it is, and mail already sent for the entry is unaffected.

DELETE /api/{tenant:minlength(2)}/v{version:apiVersion}/ticket_conversations/{ticket_id}/{id}
Authorisation
Minimum role: USER

Request arguments

Name Type Source
ticket_idInt32
idInt32
Request body example

Response

Status
200 (OK)
Type
DTO_acknowledgement
Wrapper
DTO_response_wrap
Other statuses
400 (BadRequest), 403 (Forbidden)
Response body example
DTO_acknowledgement
NameTypeReadOnlyDescription
messageStringMessage

Generated Aug 4, 2026 18:37