Use the DELETE method to delete a plant group with the following input:
-
Service Root URI: https://<Server Name>/<IIS Application Name>/sem/v4
-
Resource path: /Sites('<Site Name>')/Plants('<Plant Name>')/PlantGroups('<PlantGroup Id>')
Resource path strings are case-sensitive.
Sample URI
DELETE
https://WebApiServer1.APIServerDomain.com/sem-webapi/sem/v4/Sites('WebAPISite01')/Plants('WebAPIPlant01')/PlantGroups('3A7B706F5E1E4838B646C7AFD47B29E6')
The Header field of the deletion script must contain the key 'If-Match' with value
* or some other suitable value.