Object Triggers
Delete Many Object Triggers
Deletes the object triggers corresponding to the provided comma-separated list of ids.
Note: You can only bulk-delete triggers associated with one object at a time, specified by the custom_object_key in the request.
Allowed For
- Administrators
- Agents in custom roles with the manage_triggers permission (Enterprise only)
Request Parameters
The DELETE request takes an ids object that lists the object triggers to delete. All of the specified object trigger ids must be associated with a single object.
| Name | Description |
|---|---|
| ids | The ids of the triggers to delete |
Example request
{
"ids": "25,23,27,22"
}
delete/api/v2/custom_objects/{custom_object_key}/triggers/destroy_many
Response
No content response