delete-mapping.asciidoc 277 B

12345678
  1. [[indices-delete-mapping]]
  2. == Delete Mapping
  3. Allow to delete a mapping (type) along with its data. The REST endpoint
  4. is `/{index}/{type}` with `DELETE` method.
  5. Note, most times, it make more sense to reindex the data into a fresh
  6. index compared to delete large chunks of it.