v56

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014121451.1 MB
Policies

Delete compliance policy

Delete a compliance policy that is no longer part of the organization evidence library or control program.

delete/v1/policies/{id}

Path parameters

idstring required
Example:pol_abc123def456

Policy ID

Headers

X-Organization-Idstring

Organization ID (required for session auth, optional for API key auth)

Response

Policy deleted successfully

successboolean

Indicates successful deletion

authType'api-key' | 'session'

How the request was authenticated

Example response

{
  "success": true,
  "deletedPolicy": {
    "id": "pol_abc123def456",
    "name": "Data Privacy Policy"
  }
}