Skip to main content
DELETE
/
service
/
general-ledger
/
approval-rules
/
{rule_id}
curl -X DELETE https://kube.acho.io/service/general-ledger/approval-rules/APR-BILL-HIGH \
  -H "Authorization: jwt YOUR_TOKEN"
{
  "message": "Approval rule deleted successfully",
  "rule_id": "APR-BILL-HIGH"
}

Request

Delete an approval rule.

Path Parameters

rule_id
string
required
The approval rule ID
Deleting an approval rule will affect all future document submissions. Existing documents in the approval workflow will not be affected.
curl -X DELETE https://kube.acho.io/service/general-ledger/approval-rules/APR-BILL-HIGH \
  -H "Authorization: jwt YOUR_TOKEN"
{
  "message": "Approval rule deleted successfully",
  "rule_id": "APR-BILL-HIGH"
}