DeleteDataQualityRule
Remove a specific data quality rule in Alibaba Cloud DataWorks by specifying the rule ID and workspace ID, ensuring streamlined management of data governance standards.
Instructions
删除质量规则
Input Schema
Name | Required | Description | Default |
---|---|---|---|
Id | No | 规则ID | |
ProjectId | No | DataWorks工作空间ID |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"Id": {
"description": "规则ID"
},
"ProjectId": {
"description": "DataWorks工作空间ID"
}
},
"type": "object"
}