---
title: "Delete a role"
method: DELETE
path: "/roles/{role_id}"
tags: ["roles"]
---

# Delete a role

`DELETE /roles/{role_id}`

Delete the given role.

**WARNING** This will completely remove the role, this is not recoverable

**Permission required:** edit_users

## Response `204`

Success

## Other responses

- `403` — Permission insufficient
- `404` — Role Not Found

---

[API](https://skmtc.net/contractp/apis/contract-p.md) · [All operations](https://skmtc.net/contractp/apis/contract-p/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/contractp/contract-p/revisions/8ce53ebd6bd3/schema)
