Delete an automation
DELETE /api/automations/{id}. Delete an automation. Headless LMS Automations API reference.
curl -X DELETE "https://example.com/api/automations/string"null{ "error": "string", "message": "string", "requestId": "string"}Update an automation PATCH
PATCH /api/automations/{id}. Update an automation. Headless LMS Automations API reference.
List an automation's runs — a deleted automation's runs remain reachable (audit trail) GET
GET /api/automations/{id}/runs. List an automation's runs. A deleted automation's runs remain reachable (audit trail). Headless LMS Automations API reference.