v32

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-07-312881,4162.7 MB
Project user role assignments

Unassign project role from user

Unassigns a project role from a user within a project.

delete/projects/{project_id}/users/{user_id}/roles/{role_id}

Path parameters

project_idstring required

The ID of the project to modify.

user_idstring required

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

role_idstring required

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

Response

Project role unassigned from the user successfully.

objectstring required

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

deletedboolean required

Whether the assignment was removed.