---
title: "Delete actors from project role"
method: DELETE
path: "/rest/api/3/project/{projectIdOrKey}/role/{id}"
tags: ["Project role actors"]
---

# Delete actors from project role

`DELETE /rest/api/3/project/{projectIdOrKey}/role/{id}`

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).

## Path parameters

- `projectIdOrKey` string, required
- `id` integer, required

## Query parameters

- `user` string
- `group` string
- `groupId` string

## Response `204`

Returned if the request is successful.

## Other responses

- `400` — Returned if the request is not valid.
- `404` — Returned if: * the project or project role is not found. * the calling user does not have administrative permission.

---

[API](https://skmtc.dev/atlassian/apis/the-jira-cloud-platform-rest-api-3.md) · [All operations](https://skmtc.dev/atlassian/apis/the-jira-cloud-platform-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-3/revisions/bb8ae315642f/schema)
