Governance
Delete a rule
Delete a governance rule and its rule results.
Only rules you created can be deleted. Rules that ship with Openlayer report immutable: true
and cannot be deleted — exclude one from compliance by setting deactivated with
PUT /rules/{ruleId} instead.
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your workspace API key. See Find your API key for more information.
Path Parameters
The rule id.
Response
Rule deleted. No content.