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 Jiraglobal permission.
Request
Path Params
Query Params
Responses
🟢204Returned if the request is successful.
application/json
Body
🟠400Returned if the request is invalid or if the replacement project role is not found.
🟠401Returned if the authentication credentials are incorrect or missing.
🟠403Returned if the user does not have administrative permissions.
🟠404Returned if the project role being deleted is not found.
🟠409Returned if the project role being deleted is in use and a replacement project role is not specified in the request.