Delete a Flat Configuration header - Intergraph Smart Materials - Version 2017 R2 (2.2) - Help - Hexagon

Intergraph Smart Materials Web API Help 2017 R2 (2.2)

Language
English
Product
Intergraph Smart Materials
Subproduct
Web API
Search by Category
Help
Version Smart Materials Web API
2017 R2 (2.2)

This API deletes an existing Flat Configuration (FLC) header from Smart Materials.

Required Privilege: API_FLC

Headers

Header Name

Description

Required

Values

Authorization

Access Token

Required

Bearer <access_token>

Content-Type

Request type format

Required

application/JSON

Body

URL Format: DELETE https://{host}/Smat/V1/Projects(‘:project’)/Disciplines(‘:discipline’)/Nls(‘:language’)/FlatConfigurations({key})

Specify values for the project, discipline, language, and key in the URL. The project, discipline, and language together, define the project environment and the key parameter defines the Flat Configuration header Id.

You cannot delete an FLC header that is used in any existing Open MTO Interface Import job.

Sample Code

DELETE https://{host}/Smat/V1/Projects(‘RS’)/Disciplines('Piping’)/Nls(‘English’)/FlatConfigurations(10000004035)

Success Response

Status: 204 No Content