Deletes a specified partition index from an existing table.
glue_delete_partition_index(CatalogId, DatabaseName, TableName,
IndexName)
An empty list.
The catalog ID where the table resides.
[required] Specifies the name of a database from which you want to delete a partition index.
[required] Specifies the name of a table from which you want to delete a partition index.
[required] The name of the partition index to be deleted.
svc$delete_partition_index(
CatalogId = "string",
DatabaseName = "string",
TableName = "string",
IndexName = "string"
)