---
title: "Delete Role by ID"
method: DELETE
path: "/role/{rid}"
tags: ["Access Management"]
---

# Delete Role by ID

`DELETE /role/{rid}`

Delete a role by ID.

## Path parameters

- `rid` string, uuid, required

## Response `204`

Request fulfilled, nothing follows

## Other responses

- `400` — Bad request syntax or unsupported method

## Changes

- **2025-08-08** `696ee83009f6` — 1 info
  - api operation id `RoleRidDeleteRole` removed and replaced with `23_delete_role`
- **2025-08-06** `82f6f0eba091` — 1 breaking, 7 info
  - removed the success response with the status `200`
  - api operation id `RoleRidDeleteRole` was added
  - api tag `Access Management` added
  - api tag `Role Management` removed
  - …4 more

[Change history](https://skmtc.dev/masumi-network/apis/kodosumi-api/changes/role/:rid/delete.md)

---

[API](https://skmtc.dev/masumi-network/apis/kodosumi-api.md) · [All operations](https://skmtc.dev/masumi-network/apis/kodosumi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/masumi-network/kodosumi-api/revisions/2092ce918678/schema)
