I am trying to remove a table from my document . First I find the table then wordMLPackage.getMainDocumentPart().getContent().remove(findingTable);
this does not remove table.
if not from the wordMLPackage.getMainDocumentPart().getContent() ? from where should I remove the table.
Attached my docx and java file.