Skip to main content
DELETE
/
automations
/
{id}
Archive an automation
curl --request DELETE \
  --url https://api.sendrealm.com/automations/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": 123,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": null
  }
}
Deletion archives the automation instead of removing its historical runs.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

Automation archived