Skip to main content
DELETE
/
api
/
ProjectRole
/
{projectRoleId}
Delete a Project Role
curl --request DELETE \
  --url https://api.virtuoussoftware.com/api/ProjectRole/{projectRoleId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectRoleId
string
required

(Required) The project role identifier.

Response

OK

Last modified on June 5, 2026