Atlas
Admin — Approval Workflows

Delete approval rule

Delete an approval rule. Pending requests referencing this rule are not affected.

DELETE
/api/v1/admin/approval/rules/:id

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "http://localhost:3001/api/v1/admin/approval/rules/:id"
{
  "message": "string"
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}