Delete Multiple Suspended Tickets
DELETE {{baseUrl}}/api/v2/suspended_tickets/destroy_many?ids=<string>
Accepts up to 100 ids (the auto-generated id, not the ticket id.)
Allowed For
- Unrestricted agents
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ids | string | (Required) A comma separated list of ids of suspended tickets to delete. |