DeleteMetaCollection
Remove metadata collection objects from Alibaba Cloud DataWorks using the DataWorks MCP Server. Specify the collection object ID to delete unwanted data maps efficiently.
Instructions
删除数据地图集合对象
Input Schema
Name | Required | Description | Default |
---|---|---|---|
Id | Yes | 集合对象Id |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"Id": {
"description": "集合对象Id",
"type": "string"
}
},
"required": [
"Id"
],
"type": "object"
}