Bulk Delete Triggers
DELETE {{baseUrl}}/api/v2/triggers/destroy_many?ids=<string>
Deletes the 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
triggers to delete.
| Name | Description |
|---|---|
| ids | The IDs of the triggers to delete |
Example request
{
"ids": "25,23,27,22"
}
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
ids | string | (Required) A comma separated list of trigger IDs |