Insert and delete bookmarks

Can Aspose.Word insert and delete bookmarks?

Yes, it is possible to do with Aspose.Words.

Working with bookmarks in general is described here:

https://docs.aspose.com/words/net/working-with-bookmarks/

Bookmarks removal is done with Bookmark.Remove() method. Check the API Reference article for this method. There is a code example there on how it can be used.

Best regards,