---
title: "Drop an index from the table"
method: POST
path: "/v1/table/{name}/index/{index_name}/drop/"
tags: ["Tables"]
---

# Drop an index from the table

`POST /v1/table/{name}/index/{index_name}/drop/`

Drop an index from the table

## Path parameters

- `name` string, required
- `index_name` string, required

## Response `200`

Index successfully dropped

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.net/lancedb/apis/lancedb-cloud-api.md) · [All operations](https://skmtc.net/lancedb/apis/lancedb-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lancedb/lancedb-cloud-api/versions/ba6a93e8b48d/schema)
