---
title: "Delete compliance policy"
method: DELETE
path: "/v1/policies/{id}"
tags: ["Policies"]
---

# Delete compliance policy

`DELETE /v1/policies/{id}`

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

## Path parameters

- `id` string, required

## Headers

- `X-Organization-Id` string

## Response `200`

Policy deleted successfully

- object
  - `success` boolean — Indicates successful deletion
  - `deletedPolicy` object
    - `id` string — The deleted policy ID
    - `name` string — The deleted policy name
  - `authType` 'api-key' | 'session' — How the request was authenticated

## Other responses

- `401` — Unauthorized - Invalid authentication or insufficient permissions
- `404` — Policy not found

---

[API](https://skmtc.net/trycompai/apis/comp-ai-api.md) · [All operations](https://skmtc.net/trycompai/apis/comp-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trycompai/comp-ai-api/versions/726b9523fb22/schema)
