provider Project role actors DELETE
/rest/api/3/project/{projectIdOrKey}/role/{id} @utdk/jira
/rest/api/3/project/{projectIdOrKey}/role/{id} 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](#api-rest-api-3-role-id-actors-delete).
This operation can be accessed anonymously.
**[Permissions](#permissions) required:** *Administer Projects* [project permission](https://confluence.atlassian.com/x/yodKLg) for the project or *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).
- projectIdOrKey path required
- The project ID or project key (case sensitive).
- string
- id path required
- The ID of the project role. Use [Get all project roles](#api-rest-api-3-role-get) to get a list of project role IDs.
- integer
- user query
- The user account ID of the user to remove from the project role.
- string
- group query
- 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.
- string
- groupId query
- The ID of the group to remove from the project role. This parameter cannot be used with the `group` parameter.
- string
Try it
Authentication
Configure credentials for The Jira Cloud platform REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import jira from '@utdk/jira';
await jira.deleteactor()