v51

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-01703301564.3 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
}