RemoveEntityTags

更新时间:
复制 MD 格式

Removes tags from an entity. Only entities of the maxcompute-table type are supported.

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

QualifiedName

string

Yes

The unique identifier of the entity. Example: maxcompute-table.projectA.tableA.

maxcompute-table.projectA.tableA

TagKeys

array

Yes

The tag keys.

string

No

The tag key.

priority

Response elements

Element

Type

Description

Example

object

The response parameters.

Data

boolean

Indicates whether the call was successful. Valid values:

true
false



true

RequestId

string

The request ID.

0000-ABCD-E****

Success

boolean

Indicates whether the request was successful. Valid values:

true
false



true

ErrorCode

string

The error code.

101011005

ErrorMessage

string

The error message.

Invalid.Entity.EntityTypeNotSupported

HttpStatusCode

integer

The HTTP status code.

200

Examples

Success response

JSON format

{
  "Data": true,
  "RequestId": "0000-ABCD-E****",
  "Success": true,
  "ErrorCode": "101011005",
  "ErrorMessage": "Invalid.Entity.EntityTypeNotSupported",
  "HttpStatusCode": 200
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.