DeleteIndex
Delete a data index.
Input
| Name | Type | Required | Description |
| Name | String | True | The name of the index to delete. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Boolean indicating whether the stored procedure was executed successfully. |
| ErrorCode | Integer | The error code in case the procedure is not executed successfully. |
| ErrorMessage | String | The error code in case the procedure is not executed successfully. |