Removes an entity from a collection in Data Map. Collections include categories and data albums. Entities can be only tables. If you want to remove an entity from a data album, the account that you use must be attached the AliyunDataWorksFullAccess policy, or you are the data album creator or administrator.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| MetaCollectionId | string | No | The collection ID. You can call the ListMetaCollections operation to query the ID. | category.123 |
| Id | string | No | The entity ID. Currently, entities can only be tables. You can call the ListTables operation to query the ID. | dlf-table:123456789:test_catalog:test_database::test_table |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "6D6CD444-DFA0-5180-9763-4A8730F2B382"
}Error codes
For a list of error codes, visit the Service error codes.
