Deletes a Submodel Element at a specified path within submodel elements hierarchy
DELETE
/passports/:id/submodels/:submodelId/submodel-elements/:idShortPath
Parameters
Path Parameters
id*
The id
Type
Requiredstring
Example
"958b741c-c2ef-4366-a134-fafd30210ed4"submodelId*
The submodel id
Type
Requiredstring
Example
"032a7e62-29e2-4530-8f4b-765e32514a56"idShortPath*
IdShort path to the submodel element (dot-separated)
Type
Requiredstring
Example
"path1.path2.path3"Pattern
"^[^./]+(?:\\.[^./]+)*$"