How to delete a mapping field of an index?

I followed this page: Update mapping API | Elasticsearch Guide [master] | Elastic

It seems ES does not support delete a mapping field directly?

No, that is correct. Removing mappings require reindexing.

Got it, thanks!