Triggers
Bulk Delete Ticket Triggers
Deletes the ticket triggers corresponding to the provided comma-separated list of IDs.
Allowed For
- Agents
Request Parameters
The DELETE request takes one parameter, an ids object that lists the ticket triggers to delete.
| Name | Description |
|---|---|
| ids | The IDs of the triggers to delete |
Example request
{
"ids": "25,23,27,22"
}
delete/api/v2/triggers/destroy_many
Response
No content response