EventFrame DeleteAnnotationAttachmentMediaById
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
EventFrame DeleteAnnotationAttachmentMediaById
Delete attached media from an annotation on an event frame.
Request
DELETE eventframes/{webId}/annotations/{id}/attachment/media
URL Parameters
-
webId The ID of the owner event frame of the annotation to delete the attached media of. See WebID for more information.
-
id The Annotation identifier of the annotation to delete the attached media of.
Status Codes
204: The attached media was deleted.
404: The specified annotation did not have any attached media to delete.