deleteIndex
Deletes a specified index from a database table within a given schema, removing the index structure and freeing resources.
Instructions
Delete index(es).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | Yes | Name of schema | |
| table | Yes | Name of table | |
| index | Yes | Index name(s) |