Remove an entity object from a Data Map collection. The collection supports Data Map categories and data albums, and the entity currently supports only the Data Table type. When removing 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, entities can only be tables. 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 |
Id of the request |
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.