Delete one or more container indexes. Currently limited to 10 indexes at a time.
List of the references to indexes you want to delete.
required | Array of objects [ 1 .. 10 ] items |
List of External id(s) for the affected items
The response for a failed request.
client.data_modeling.containers.delete_indexes( [(ContainerId("mySpace", "myContainer"), "myIndex")] )
{- "items": [
- {
- "space": "string",
- "containerExternalId": "string",
- "identifier": "string"
}
]
}