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

# Delete organization role

`DELETE /organization/roles/{role_id}`

Deletes a custom role from the organization.

## Path parameters

- `role_id` string, required

## Response `200`

Role deleted successfully.

- RoleDeletedResource — Confirmation payload returned after deleting a role.
  - `object` 'role.deleted', required — Always `role.deleted`.
  - `id` string, required — Identifier of the deleted role.
  - `deleted` boolean, required — Whether the role was deleted.

## Changes

- **2026-04-28** `fa32d6e7d961` — 1 info
  - the endpoint scheme security `AdminApiKeyAuth` was added to the API

[Change history](https://skmtc.dev/openai/apis/openai-api/changes/organization/roles/:role_id/delete.md)

---

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