Detailed description of issue
When I call delete API for delete annotation from pdf some time annotation is delete and remove from pdf but in some time annotation is deleted successfully but it doesn’t remove from pdf. Even that annotation is clickable and selectable still on the pdf. If I reload the page it remove the annotation from the pdf. Annotations are created programmatically
Expected behaviour
I want to delete these annotation at the same time of API success response using programmatically
Please see our react sample project for reference:
The API should work after creating the WebViewer instance. If you are still experiencing issues, could you share a minimal reproducible sample project?