Delete an index #
Deletes an existing index under a collectioin.
Examples #
The following request deletes the index called my-index
under collection
my-namespace:my-collection
DELETE /my-namespace:my-collection/_index/my_index
Request #
DELETE /<target>/_index/<name>
Path parameters #
<target>
(Required, string) The collection which the index will be removed from.<name>
(Required, string) Name of the index you wish to delete.