Delete Actors From Project Role
DELETE {{baseUrl}}/rest/api/3/project/:projectIdOrKey/role/:id?user=<string>&group=<string>
Deletes actors from a project role for the project.
To remove default actors from the project role, use Delete default actors from project role.
This operation can be accessed anonymously.
Permissions required: Administer Projects project permission for the project or Administer Jira global permission.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
user | string | The user account ID of the user to remove from the project role. | |
group | string | The name of the group to remove from the project role. |