RemoveEntityFromMetaCollection
Remove specified entity objects from a meta collection in DataWorks MCP Server, simplifying data management and organization within Alibaba Cloud DataWorks.
Instructions
从数据地图集合中移除实体对象
Input Schema
Name | Required | Description | Default |
---|---|---|---|
Id | No | 实体Id | |
MetaCollectionId | No | 集合对象Id |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"Id": {
"description": "实体Id",
"type": "string"
},
"MetaCollectionId": {
"description": "集合对象Id",
"type": "string"
}
},
"type": "object"
}