client.data_modeling.containers.delete(("mySpace", "myContainer")){
"items": [
{
"externalId": "<string>",
"space": "<string>"
}
]
}Required capabilities:
DataModelsAcl:WRITE
Delete one or more containers. Currently limited to 100 containers at a time.
client.data_modeling.containers.delete(("mySpace", "myContainer")){
"items": [
{
"externalId": "<string>",
"space": "<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 spaces and external-ids for the containers you want to delete.
1 - 100 elementsShow child attributes
List of External id(s) for the affected items
1 - 100 elementsShow child attributes
Was this page helpful?