DropTableIndex¶
Description¶
Request Schema¶
DropTableIndexRequest:
type: object
required:
- id
- index_name
properties:
id:
type: array
items:
type: string
index_name:
type: string
description: Name of the index to drop