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
Request arguments
| Name | Type | Source |
|---|---|---|
| tickets | DTO_reference[] | Body |
Request body example
Response
Response body example
DTO_reference
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| id | Int32 | The id of the reference | |
| label | Object | ReadOnly | Name/Label from referenced object. |
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |
Generated Aug 4, 2026 18:37