DeleteDataAssetTag

Updated at:

Deletes a data asset tag.

Operation description

Requires DataWorks Enterprise Edition or higher.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

Key

string

Yes

The tag key.

key1

Values

array

No

The tag values.

string

No

The tag value.

v1

Response elements

Element

Type

Description

Example

object

Response parameters.

RequestId

string

The request ID.

0bc1411515937635973****

Success

boolean

Whether the request succeeded.

true

Examples

Success response

JSON format

{
  "RequestId": "0bc141151593763597*****",
  "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.