DELETE /api/v2/automations/destroy_many

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

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"
}

Servers

Query parameters

Name Type Required Description
ids[] Array No

The IDs of the automations to delete

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.