RemoveEntityFromMetaCollection

更新时间:
复制 MD 格式

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

  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, 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.