AurionAI Docs

Delete Automation Rule

DELETE
/api/v2/automation-rules/{rule_id}

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

rule_id*Rule Id

Response Body

application/json

curl -X DELETE "https://loading/api/v2/automation-rules/string"
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}