doc-exports/docs/rds/api-ref/rds_01_0008.html
Wang , Deng Ke 5208dcae7b RDS API 20221104 version
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>
2022-11-10 09:55:48 +00:00

6.5 KiB
Raw Permalink Blame History

Deleting a Tag

Function

This API is used to delete the tag associated with a DB instance.

URI

  • URI format

    PATH: /v1/{project_id}/rds/{instanceId}/tags

    Method: DELETE

  • Parameter description
    Table 1 Parameter description

    Name

    Mandatory

    Description

    project_id

    Yes

    Specifies the project ID of a tenant in a region.

    instanceId

    Yes

    Specifies the primary node ID of the DB instance.

  • Restrictions

    Standby DB instances do not support tag deletion.

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 (031) and the following special characters: *<>\=

  • Request example
    {
         
        "key": "ENV"
    }

Normal Response

None

Abnormal Response

For details, see Abnormal Request Results.