RemoveEntityFromMetaCollection
Removes an entity from a Data Map collection. Collections support Data Map categories and data albums, and entities currently support only the data table type. To remove an entity from a data album, the caller must have the AliyunDataWorksFullAccess permission or be the creator or administrator of the album.
Operation description
-
You must purchase DataWorks Professional Edition or a higher version to use this feature.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| MetaCollectionId |
string |
No |
The collection ID. You can call the ListMetaCollections operation to query the ID. |
as78d756asd |
| Id |
string |
No |
The entity ID. Currently, only table entities are supported. You can call the ListTables operation to query the ID. |
maxcompute-table:::project_name:[schema_name]:table_name |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
6D6CD444-DFA0-5180-9763-4A8730F2B382 |
Examples
Success response
JSON format
{
"RequestId": "6D6CD444-DFA0-5180-9763-4A8730F2B382"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.