Use the DELETE method to delete a project role with the following input:
-
Service Root URI: https://<Server Name>/<IIS Application Name>/sem/v3
-
Resource path: /Sites('<Site Name>')/Plants('<Plant Name>')/Projects('<Project Name>')/Roles('<Role Id>')
Resource path strings are case-sensitive.
Sample URI
DELETE
https://WebApiServer1.APIServerDomain.com/sem-webapi/sem/v3/Sites('WebAPISite01')/Plants('WebAPIPlant01')/Project('P1')/Roles('0C85E220061D446A8A209F24C44DE1E4')
The Header field of the deletion script must contain the key 'If-Match' with value
* or some other suitable value.