RemoveEntityFromMetaCollection

Updated at:

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

  1. You must purchase DataWorks Professional Edition or a higher version to use this feature.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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.