Terminate - HxGN SDx - Update 63 - Administration & Configuration - Hexagon

HxGN SDx API Services Configuration

Language
English
Product
HxGN SDx
Search by Category
Administration & Configuration
SmartPlant Foundation / SDx Version
10

The following OData example uses the Web API v3 to terminate a specified entity property or previously published properties. For example, if the object has been previously published, the property delete action is represented as a terminate action.

Terminate a property

Terminate a keyed entity or property.

Description

Example

This example terminates the Description for SPFFolders

DELETE

. . /api/v3/apigroup/SPFFolders(OBID)/Description

The result of a successful termination is a No-Content response is returned. If the keyed entity cannot be found, a 404 Not-Found response is returned. If the property cannot be found, a 400 Bad-Request response is returned.