The ID of the project role. Use Get all project roles to get a list of project role IDs.
Query Params
user
stringÂ
optional
The user account ID of the user to remove from the project role.
group
stringÂ
optional
The name of the group to remove from the project role. This parameter cannot be used with the groupId parameter. As a group's name can change, use of groupId is recommended.
groupId
stringÂ
optional
The ID of the group to remove from the project role. This parameter cannot be used with the group parameter.
Responses
🟢204Returned if the request is successful.
application/json
Body
object {0}
🟠400Returned if the request is not valid.
🟠404Returned if:
* the project or project role is not found.
* the calling user does not have administrative permission.