What should I do to delete the fields in the elasticsearch index?
Reindex all the documents without the fields you want to delete. Note that won't remove the field from the mapping.
Might be better to reindex to a new index though.
thank you very much