forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Wang , Deng Ke <wangdengke2@huawei.com> Co-committed-by: Wang , Deng Ke <wangdengke2@huawei.com>
6.5 KiB
6.5 KiB
Deleting a Tag
Function
This API is used to delete the tag associated with a DB instance.
URI
Request
- Parameter description
Table 2 Parameter description Name
Mandatory
Type
Description
key
Yes
String
Specifies the tag key.
Its value cannot be empty and must be 1 to 36 Unicode characters in length. It cannot contain nonprintable ASCII characters (0–31) and the following special characters: *<>\=
- Request example
{ "key": "ENV" }
Normal Response
None
Abnormal Response
For details, see Abnormal Request Results.
Parent topic: Tag Management