云数据库 RDS-批量删除标签:请求示例

时间:2023-11-15 17:40:18

请求示例

批量删除标签key1和key2
POST https://{endpoint}/v3/0483b6b16e954cb88930a360d2c4e663/instances/cee5265e1e5845649e354841234567dfin01/tags/action
{
	"action": "delete",
	"tags": [{
		"key": "key1"
	}, {
		"key": "key2",
		"value": "value2"
	}]
}
support.huaweicloud.com/api-rds/rds_06_0038.html