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}
Request arguments
| Name | Type | Source |
|---|---|---|
| id | Int32 |
Request body example
Response
Response body example
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |
Generated Aug 4, 2026 18:37