You can call this operation to delete a tag from a tag group.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Key | string | Yes | The name of the tag group. | Tag group 1 |
Value | string | Yes | The name of the tag. | Tag 2 |
Response parameters
Examples
Sample success responses
JSON
format
{
"Message": "delete tag-value success",
"RequestId": "4C91F7BA-xxxx-xxxx-xxxx-846ECA1A9908"
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
500 | InternalError | The request processing has failed due to some unknown error. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-06-06 | The Error code has changed. The response structure of the API has changed | View Change Details |