Tickets
Delete
Soft-deletes a ticket, which stays restorable for 14 days and then stops being returned at all; its conversations are left attached to it rather than deleted in their own right. When the ticket originates from a linked Microsoft or Google mailbox the underlying message is also moved to that mailbox's Deleted Items folder.
DELETE
/api/{tenant:minlength(2)}/v{version:apiVersion}/tickets/{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