# Delete

Launch stage: GA

`POST /api/2.0/policies/clusters/delete`

Delete a policy for a cluster. Clusters governed by this policy can still run, but cannot be edited.

API scopes: clusters

## Request body

- `policy_id` (string, optional)
  The ID of the policy to delete.

## Response

```json
{}
```

