Tickets / Delete many
Delete multiple tickets
Route: /api/{tenant:minlength(2)}/v{version:apiVersion}/tickets/delete_many
Method: DELETE
Authorisation: Minimum role: USER
Response object
Response status: 200 (OK)
Response type: DTO_acknowledgement
Wrapper: DTO_response_wrap
Other response statuses: 400 (BadRequest), 403 (Forbidden)
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 |