WARNING: Version 1.7 of Elasticsearch has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Delete Mapping
editDelete Mapping
editAllow to delete a mapping (type) along with its data. The REST endpoints are
[DELETE] /{index}/{type} [DELETE] /{index}/{type}/_mapping [DELETE] /{index}/_mapping/{type}
where
|
|
|
|
Note, most times, it make more sense to reindex the data into a fresh index compared to delete large chunks of it.