Delete project - Intergraph Smart Engineering Manager - 3.0 - Customization & Programming - Hexagon

Intergraph Smart Engineering Manager Web API Help

Language
English
Product
Intergraph Smart Engineering Manager
Subproduct
Web API
Search by Category
Customization & Programming
Smart Engineering Manager Web Version
3.0

Use the DELETE method to delete a project 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>')

  • Before you can delete a project, you must change its status to Merged or Canceled using the Update project status request.

  • Resource path strings are case-sensitive.

Sample URI

DELETE

https://WebApiServer1/sem-webapi/sem/v3/Sites('WebAPISite01')/Plants('WebAPIPlant1')/Projects('P1')

The Header field of the deletion script must contain the key 'If-Match' with value * or some other suitable value.