---
title: "Delete Admin Role"
method: DELETE
path: "/api/v1/admin/roles/{id}"
tags: ["Admin Roles"]
---

# Delete Admin Role

`DELETE /api/v1/admin/roles/{id}`

## Path parameters

- `id` string, required

## Response `200`

Deleted

- object — Deleted
  - `success` boolean, required
  - `data` unknown, required

## Other responses

- `403` — Insufficient permissions or system role
- `404` — Role not found
- `409` — Role is assigned to users

---

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