How to delete a type from an index with all data

How to delete a type from an index with all data in C#

It’s often better to reindex data that you don’t want to remove.
Removing a type does not remove its mapping.

Note that types are being removed so you should not use them anymore.

Thanks David Pilato