---
title: "Delete Organization Role"
method: POST
path: "/auth/organization/delete-role"
tags: ["Organization Management"]
---

# Delete Organization Role

`POST /auth/organization/delete-role`

Delete Organization Role

## Request body

- union
  - object
    - `organizationId` string
    - `roleName` string, required — The name of the role to delete
  - object
    - `organizationId` string
    - `roleId` string, required — The id of the role to delete

## Response `200`

Success

## Other responses

- `401` — Missing or invalid credentials

## Changes

- **2026-08-24** `9d1da42c10ce` — 1 breaking
  - added `subschema #1, subschema #2` to the request body `allOf` list
- **2026-08-24** `200744ae0bef` — 1 breaking
  - added required request body
- **2026-08-24** `08bbb5bedb5d` — 1 breaking, 7 info
  - removed the media type `application/json` for the response with the status `401`
  - the endpoint scheme security `bearerAuth` was removed from the API
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `403`
  - …4 more
- **2026-07-11** `32cece1ebe43` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/auth/organization/delete-role/post.md)

---

[API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.dev/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/revisions/9d1da42c10ce/schema)
