Policies
Delete policy
Permanently deletes a policy. This action cannot be undone. Supports both API key authentication (X-API-Key header) and session authentication (Bearer token or cookies).
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
Example response
{
"success": true,
"deletedPolicy": {
"id": "pol_abc123def456",
"name": "Data Privacy Policy"
}
}