---
title: "Delete a policy."
method: DELETE
path: "/api/policies/{policyName}"
tags: ["Policies"]
---

# Delete a policy.

`DELETE /api/policies/{policyName}`

Deletes the policy with the given name. Admins may delete another user's policy by passing that user's email as owner.

## Path parameters

- `policyName` string, required

## Query parameters

- `owner` string

## Headers

- `Authorization` string, required

## Response `200`

The policy was deleted.

## Other responses

- `400` — The policy name is missing.
- `401`
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.dev/philterd/apis/philter-api.md) · [All operations](https://skmtc.dev/philterd/apis/philter-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/philterd/philter-api/revisions/eb0cf362b4e2/schema)
