v29

latestOpenAPI 3.0.3raw.githubusercontent.com2026-05-13511526891.2 KB
Automations

Bulk Delete Automations

Deletes the automations corresponding to the provided comma-separated list of IDs.

Note: You might be restricted from deleting some default automations. If included in a bulk deletion, the unrestricted automations will be deleted.

Allowed For

  • Agents

Request Parameters

The DELETE request takes one parameter, an ids object that lists the automations to delete.

NameDescription
idsThe IDs of the automations to delete

Example request

{
  "ids": "25,23,27,22"
}
delete/api/v2/automations/destroy_many

Query parameters

idsinteger[]

The IDs of the automations to delete

Response

No Content response