---
title: "Unassigns a project role from a group within a project."
method: DELETE
path: "/projects/{project_id}/groups/{group_id}/roles/{role_id}"
tags: ["Project group role assignments"]
---

# Unassigns a project role from a group within a project.

`DELETE /projects/{project_id}/groups/{group_id}/roles/{role_id}`

## Path parameters

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

## Response `200`

Project 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)
