client.data_modeling.containers.delete_indexes(
[(ContainerId("mySpace", "myContainer"), "myIndex")]
){
"items": [
{
"space": "<string>",
"containerExternalId": "<string>",
"identifier": "<string>"
}
]
}Required capabilities:
DataModelsAcl:WRITE
Delete one or more container indexes. Currently limited to 10 indexes at a time.
client.data_modeling.containers.delete_indexes(
[(ContainerId("mySpace", "myContainer"), "myIndex")]
){
"items": [
{
"space": "<string>",
"containerExternalId": "<string>",
"identifier": "<string>"
}
]
}Access token issued by the CDF project's configured identity provider. Access token must be an OpenID Connect token, and the project must be configured to accept OpenID Connect tokens. Use a header key of 'Authorization' with a value of 'Bearer $accesstoken'. The token can be obtained through any flow supported by the identity provider.
List of references to the indexes you want to delete.
1 - 10 elementsShow child attributes
List of External id(s) for the affected items
Show child attributes
Was this page helpful?