Element RemoveReferencedElement
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
Element RemoveReferencedElement
Remove a reference to an existing element from the child elements collection.
Request
DELETE elements/{webId}/referencedelements
URL Parameters
-
webId The ID of the element 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.