Deskhero Developer Hub
Back to deskhero.com
Tickets

Delete many

Soft-deletes several tickets in one call, on the same terms as the single delete (14 day restore window, conversations left attached, linked mailbox messages moved to Deleted Items). The call is all or nothing: if any id is unknown or outside the calling User's groups, nothing is deleted and the response names the ids that could not be resolved.

DELETE /api/{tenant:minlength(2)}/v{version:apiVersion}/tickets/delete_many
Authorisation
Minimum role: USER

Request arguments

Name Type Source
ticketsDTO_reference[]Body
Request body example

Response

Status
200 (OK)
Type
DTO_acknowledgement
Wrapper
DTO_response_wrap
Other statuses
400 (BadRequest), 403 (Forbidden)
Response body example
DTO_reference
NameTypeReadOnlyDescription
idInt32The id of the reference
labelObjectReadOnlyName/Label from referenced object.
DTO_acknowledgement
NameTypeReadOnlyDescription
messageStringMessage

Generated Aug 4, 2026 18:37