ImageGear for C and C++ on Windows v19.3 - Updated
Delete Annotations
User Guide > How to Work with... > Annotations > New Annotation API: ArtX > How to... > Delete Annotations

Marks that were added to a page will be deleted automatically along with page deletion by using IG_ARTX_page_delete() function.
Page marks can also be deleted by using IG_ARTX_page_mark_remove()/ IG_ARTX_page_marks_remove() functions.
Other marks should be implicitly deleted by using IG_ARTX_mark_delete() function.