---
title: "Unassigns an organization role from a group within the organization."
method: DELETE
path: "/organization/groups/{group_id}/roles/{role_id}"
tags: ["Group organization role assignments"]
---

# Unassigns an organization role from a group within the organization.

`DELETE /organization/groups/{group_id}/roles/{role_id}`

## Path parameters

- `group_id` string, required
- `role_id` string, required

## Response `200`

Organization role unassigned from the group successfully.

- DeletedRoleAssignmentResource — Confirmation payload returned after unassigning a role.
  - `object` string, required — Identifier for the deleted assignment, such as `group.role.deleted` or `user.role.deleted`.
  - `deleted` boolean, required — Whether the assignment was removed.

---

[API](https://skmtc.net/openai/apis/openapi.md) · [All operations](https://skmtc.net/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openai/openapi/revisions/59990a167b75/schema)
