Use the DELETE method to dissociate an application with the following input:
-
Service Root URI: https://<Server Name>/<IIS Application Name>/sem/v3
-
Resource path: /Sites('<Site Name>')/Plants('<Plant Name>')/Application('<Application Abbreviation>')
Resource path strings are case-sensitive.
Use one of the following abbreviations to specify the application to dissociate:
-
Smart Electrical — Spel
-
Smart P&ID — Sppid
Sample URI
DELETE
https://WebApiServer1.APIServerDomain.com/sem-webapi/sem/v3/Sites('WebAPISite01')/Plants('WebAPIPlant01')/Applications('Sppid')
The Header field of the deletion script must contain the key 'If-Match' with value * or some other suitable value.