DELETE
/projects/{project_id}/users/{user_id}/roles/{role_id}Unassign project role from user
Unassigns a project role from a user within a project.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
project_idstringrequired
The ID of the project to modify.
user_idstringrequired
The ID of the user whose project role assignment should be removed.
role_idstringrequired
The ID of the project role to remove from the user.
200Project role unassigned from the user successfully.
objectstringrequired
Identifier for the deleted assignment, such as `group.role.deleted` or `user.role.deleted`.
deletedbooleanrequired
Whether the assignment was removed.
429The request was rejected because a rate limit was exceeded.
errorobjectrequired
Error handling
A 429 is returned: The request was rejected because a rate limit was exceeded.