Hi,
In the same way how you can delete a Paragraph and any other element.
In other words, please check this previous question of yours:
Instead of Paragraph element, you’ll have a Table element and you can either delete it with table.Content.Delete() method, or using its parent (e.g. table.ParentCollection.Remove(table)).
Regards,
Mario