All Products
Search
Document Center

DataWorks:RemoveEntityFromMetaCollection

Last Updated:Jan 12, 2026

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

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
MetaCollectionIdstringNo

The collection ID. You can call the ListMetaCollections operation to query the ID.

category.123
IdstringNo

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

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

Id of the request

6D6CD444-DFA0-5180-9763-4A8730F2B382

Examples

Sample success responses

JSONformat

{
  "RequestId": "6D6CD444-DFA0-5180-9763-4A8730F2B382"
}

Error codes

For a list of error codes, visit the Service error codes.