---
title: "Delete Permission"
method: DELETE
path: "/permissions/{id}"
tags: ["Permission"]
---

# Delete Permission

`DELETE /permissions/{id}`

Deletes a permission by its ID

## Path parameters

- `id` string, required

## Headers

- `tenant-id` string

## Response `204`

Permission deleted successfully

## Other responses

- `400` — Bad Request
- `404` — Permission not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/revisions/3d27e9019c7b/schema)
