---
title: "Removes a policy"
method: DELETE
path: "/policies/{id}"
tags: ["policies"]
---

# Removes a policy

`DELETE /policies/{id}`

Removes a policy with a specific policy id.

## Path parameters

- `id` string, required

## Response `204`

Successfully deleted a policy for a given id

## Other responses

- `400` — Invalid request
- `403` — Unauthorised request
- `404` — Requested id can not be found
- `500` — Failed to process the request due to an internal error

---

[API](https://skmtc.net/office-of-national-statistics/apis/permissions-api.md) · [All operations](https://skmtc.net/office-of-national-statistics/apis/permissions-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/office-of-national-statistics/permissions-api/revisions/c0050251683f/schema)
