All Products
Search
Document Center

ApsaraDB for OceanBase:DeleteTagValue

Last Updated:Oct 21, 2024

You can call this operation to delete a tag from a tag group.

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
KeystringYes

The name of the tag group.

Tag group 1
ValuestringYes

The name of the tag.

Tag 2

Response parameters

ParameterTypeDescriptionExample
object

The return result of the request.

Messagestring

The tag deletion result.

delete tag-value success
RequestIdstring

The ID of the request.

4C91F7BA-xxxx-xxxx-xxxx-846ECA1A9908

Examples

Sample success responses

JSONformat

{
  "Message": "delete tag-value success",
  "RequestId": "4C91F7BA-xxxx-xxxx-xxxx-846ECA1A9908"
}

Error codes

HTTP status codeError codeError message
500InternalErrorThe request processing has failed due to some unknown error.

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

Change history

Change timeSummary of changesOperation
2024-06-06The Error code has changed. The response structure of the API has changedView Change Details