Delete Project Role
DELETE {{baseUrl}}/rest/api/3/role/:id?swap=<long>
Deletes a project role. You must specify a replacement project role if you wish to delete a project role that is in use.
Permissions required: Administer Jira global permission.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
swap | string | The ID of the project role that will replace the one being deleted. |