v1

latestOpenAPI 3.1.0MIT2026-07-132429592.7 MB
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_idstring required

The ID of the project to modify.

group_idstring required

The ID of the group whose project role assignment should be removed.

role_idstring required

The ID of the project role to remove from the group.

Response

Project role unassigned from the group successfully.

objectstring required

Identifier for the deleted assignment, such as group.role.deleted or user.role.deleted.

deletedboolean required

Whether the assignment was removed.