---
title: "Delete an authz policy"
method: DELETE
path: "/authz/policies/{name}"
tags: ["authz-policies"]
---

# Delete an authz policy

`DELETE /authz/policies/{name}`

(reserved for future use) Deletes all versions of the named policy. Deleting the reserved "default" policy restores the built-in default.

Required scope: \`policy:authz:manage\`

## Response `204`

Policy deleted

## Other responses

- `401` — Unauthorized - Authentication failed
- `403` — Forbidden - the API key is missing the scope required by this endpoint
- `404` — Not Found - the named policy or version does not exist
- `503` — Service Unavailable - authz/OPA is not configured in this environment

## Changes

> 65 revisions in range; 12 not diffed.

- **2026-06-17** `05add33422b2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/qlonolink/apis/qaip-apis/changes/authz/policies/:name/delete.md)

---

[API](https://skmtc.dev/qlonolink/apis/qaip-apis.md) · [All operations](https://skmtc.dev/qlonolink/apis/qaip-apis/llms.txt) · [OpenAPI document](https://skmtc.dev/qlonolink/apis/qaip-apis/revisions/430440bbcc56?raw)
