AssetDatabase RemoveReferencedElement
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
AssetDatabase RemoveReferencedElement
Remove a reference to an existing element from the specified database.
Request
DELETE assetdatabases/{webId}/referencedelements
URL Parameters
-
webId The ID of the database which the referenced element will be removed from. See WebID for more information.
-
referencedElementWebId The ID of the referenced element. Multiple referenced elements may be specified with multiple instances of the parameter. See WebID for more information.
Status Codes
204: The referenced element was successfully removed.