tables_db_delete_index
Remove an index from a database table to optimize storage or modify data structure. Specify database, table, and index key to execute deletion.
Instructions
Delete an index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | Database ID. | |
| table_id | Yes | Table ID. You can create a new table using the TablesDB service [server integration](https://appwrite.io/docs/references/cloud/server-dart/tablesDB#createTable). | |
| key | Yes | Index Key. |