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.

NameDescription
idsThe IDs of the triggers to delete

Example request

{
  "ids": "25,23,27,22"
}

Request Params

KeyDatatypeRequiredDescription
idsstring(Required) A comma separated list of trigger IDs