Capabilities

automations.delete

Delete an automation permanently.

post/capabilities/automations.delete

Request body

idstring required

The ID of the automation to delete

Response

Successful response

successboolean
codeinteger

Example response

{
  "success": true,
  "code": 200
}

Changes

No recorded changes to this endpoint across all 4 revisions of this API.