All Products
Search
Document Center

DataWorks:UnTagDataAssets

Last Updated:Jan 12, 2026

Removes tags from data assets.

Operation description

This API operation is available only for DataWorks Enterprise Edition or a more advanced edition.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
Tagsarray<object>Yes

The tags that you want to remove.

objectYes

The tag that you want to remove, in the key:value structure.

KeystringYes

The tag key.

key
ValuestringNo

The tag value.

value
DataAssetIdsarrayYes

The data asset IDs.

stringYes

The data asset ID.

7259557000
DataAssetTypestringYes

The type of the data asset. Valid values:

  • ACS::DataWorks::Table
  • ACS::DataWorks::Task
ACS::DataWorks::Task
ProjectIdlongNo

The DataWorks workspace ID.

123
EnvTypestringNo

The environment of the workspace to which the data asset belongs. Valid values:

  • Dev: development environment
  • Prod: production environment
Prod

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

8754EE08-4AA2-5F77-ADD7-754DBBDA9F75
Successstring

Indicates whether the request was successful. Valid values:

  • true
  • false
true

Examples

Sample success responses

JSONformat

{
  "RequestId": "8754EE08-4AA2-5F77-ADD7-754DBBDA9F75",
  "Success": true
}

Error codes

HTTP status codeError codeError message
400IdempotentParameterMismatchThe 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.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history