43f4f62c36f2

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-11738301576.2 KB
Policies

Delete a policy by ID

Permanently deletes a policy and its associated reviewer mappings (via CASCADE).

delete/policies/{id}

Path parameters

idinteger required
Example:42

Numeric ID of the policy

Response

Policy deleted successfully

messagestring
databoolean

Example response

{
  "message": "Accepted",
  "data": true
}