v5

latestOpenAPI 3.0.1Apache 2.02026-08-046169702.3 MB
Project role actors

Delete actors from project role

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.

delete/rest/api/3/project/{projectIdOrKey}/role/{id}

Path parameters

projectIdOrKeystring required

The project ID or project key (case sensitive).

idinteger required

The ID of the project role. Use Get all project roles to get a list of project role IDs.

Query parameters

userstring
Example:5b10ac8d82e05b22cc7d4ef5

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

groupstring

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.

groupIdstring

The ID of the group to remove from the project role. This parameter cannot be used with the group parameter.

Response

Returned if the request is successful.