You are looking at documentation for an older release.
Not what you want? See the
current release documentation.
Delete Mappingedit
Allow 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.