Removes tags from data assets.
Operation description
Available only for DataWorks Enterprise Edition or higher.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Tags |
array<object> |
Yes |
The tags that you want to remove. |
|
|
object |
Yes |
The tag that you want to remove, in the key:value structure. |
||
| Key |
string |
Yes |
The tag key. |
key |
| Value |
string |
No |
The tag value. |
value |
| DataAssetIds |
array |
Yes |
The data asset IDs. |
|
|
string |
Yes |
The data asset ID. |
7259557000 |
|
| DataAssetType |
string |
Yes |
The type of the data asset. Valid values:
|
ACS::DataWorks::Task |
| ProjectId |
integer |
No |
The DataWorks workspace ID. |
123 |
| EnvType |
string |
No |
The workspace environment of the data asset. Valid values:
|
Prod |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
8754EE08-4AA2-5F77-ADD7-754DBBDA9F75 |
| Success |
string |
Whether the request was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"RequestId": "8754EE08-4AA2-5F77-ADD7-754DBBDA9F75",
"Success": "true"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IdempotentParameterMismatch | The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.