---
title: "Delete a role"
method: DELETE
path: "/v1/org/{orgId}/role/{roleId}"
tags: ["role"]
---

# Delete a role

`DELETE /v1/org/{orgId}/role/{roleId}`

## Path parameters

- `orgId` string, required
- `roleId` string, required

## Response `200`

role deleted

## Other responses

- `400` — bad request
- `401` — not authorized
- `404` — not found
- `500` — Not Implemented

---

[API](https://skmtc.net/charthop/apis/charthop-api.md) · [All operations](https://skmtc.net/charthop/apis/charthop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/charthop/charthop-api/revisions/26da34ae934f/schema)
