Removes an index from collection.
DELETE/collections/:namespace/:collection/indexes/:index
Removes the assigned index from a collection. This makes the search endpoint for this index immediately unavailable and deletes asynchronously all data associated to the index.
Request
Responses
- 200
Index successfully removed from collection.