EventFrame DeleteAnnotation
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
EventFrame DeleteAnnotation
Delete an annotation on an event frame. If the annotation has attached media, the attached media will also be deleted.
Request
DELETE eventframes/{webId}/annotations/{id}
URL Parameters
-
webId The ID of the owner event frame of the annotation to delete. See WebID for more information.
-
id The Annotation identifier of the annotation to be deleted.
Status Codes
204: The annotation was deleted.