Delete Ident - Intergraph Smart Reference Data - Customization & Programming - Hexagon

SRD REST API

ft:locale
en-US
Product
Intergraph Smart Reference Data
Search by Category
Customization & Programming
Smart Materials/Smart Reference Data Version
10.6

Sample URI request

To delete an ident in the project:

DELETE

https://<appserver with domain>/<virtual_directory>/Srd/V2/Projects('SDB')/Disciplines(5020)/Nls(1)/CommodityGroups(5001)/CommodityParts(5408)/CommodityCodes(74688)/Idents(4332618)

To delete an ident for a given Ident ID:

https://<appserver with domain>/<virtual_directory>/Srd/V2/Projects('SDB')/Disciplines(5020)/Nls(1)/CommodityGroups(<CommodityGroupId>/CommodityParts(<CommodityPartId>)/CommodityCodes(<CommodityCodeId>)/Idents(<IdentId>)

Headers

Header name

Description

Required

Values

Authorization

Access token

Required

Bearer <access_token>

Content-Type

Request type format

Required

application/json

Get URI Parameter

Parameter

Description

Type

Required

IdentId

The Ident ID to which you want to delete the data.

Integer

Required

Sample Response

A Successful deletion will return a response with status as 204.