DELETE /v1/indexes/products 🔒 Bearer

Delete an index

Permanently drop an index and every document in it.

Drops the index and all documents in it. This is irreversible — there is no soft-delete or undo.

# Path parameters

Name Type Description
name string The index name.

# Response

{ "data": { "deleted": true, "name": "products" } }

Returns 404 if the index does not exist.

esc
DELETE /v1/indexes/products