All Products
Search
Document Center

Resource Management:DeleteTag

Last Updated:Jun 20, 2024

Deletes a preset tag.

Operation description

This topic provides an example on how to call the API operation to delete the preset tag whose tag key is Environment and tag value is test.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
tag:DeleteTagWrite
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID.

Note Only cn-hangzhou is supported.
cn-hangzhou
KeystringYes

The tag key.

If no tag value is associated with a tag key, you can specify the Key parameter without specifying the Value parameter to delete the tag key. Otherwise, you must specify both the Key and Value parameters to delete a preset tag.

Environment
ValuestringNo

The tag value.

test

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The ID of the request.

6E27F22C-EDA3-132E-A53F-77DE3BC2343D

Examples

Sample success responses

JSONformat

{
  "RequestId": "6E27F22C-EDA3-132E-A53F-77DE3BC2343D"
}

Error codes

HTTP status codeError codeError messageDescription
400MetaTagKeyHasValueThe specified TagKey already bind tag value-
403WrongEndpointOnly the central endpoint supports the create and delete operation of meta tag.Only center endpoint supports meta tag create & delete operation.
403NoPermission.OperatorThe user is not authorized to operate on the specified resource.The user is not authorized to operate on the specified resource.
403MetaTagKeyNotFoundThe meta tag key is not found.-
404MissingParameter.KeyThe Key must not be empty.-

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

Change history

Change timeSummary of changesOperation
2022-01-25The Error code has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 403
    delete Error Codes: 404
    Added Error Codes: 400