Delete a rule

DELETE/rules/{ruleID}

Permanently removes a rule from its policy. Enforcement stops applying that rule on the next sync.

Auth:Bearer

Path parameters

ruleID

uuidrequired
Request
bash
curl -sS -X DELETE "https://phosra-api-sandbox-production.up.railway.app/api/v1/rules/7c9e6679-7425-40de-944b-e07fc1f90ae7" \
  -H "Authorization: Bearer $PHOSRA_API_KEY"