AurionAI Docs

Delete Business Rule

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

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

rule_id*Rule Id
Formatuuid

Response Body

application/json

curl -X DELETE "https://loading/api/v2/business-rules/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}