Deskhero Developer Hub
Back to deskhero.com
Tickets

Restore

Lifts the soft-delete flag from one ticket, which only works while it is inside the 14 day window, and moves the message back to the Inbox folder of the linked mailbox it came from. A thin wrapper over the multiple-ticket restore, so it behaves identically to passing a single id there.

POST /api/{tenant:minlength(2)}/v{version:apiVersion}/tickets/restore/{id}
Authorisation
Minimum role: USER

Request arguments

Name Type Source
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