镜像服务 IMS-批量删除镜像标签:请求示例
时间:2025-05-26 18:52:45
请求示例
批量删除镜像标签,其中,标签键为“key1”对应的值为“value1”、标签键为“key2”对应的值为“value2”。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
DELETE https://{Endpoint}/v1/fd73a4a14a4a4dfb9771a8475e5198ea/cloudimages/67e17426-359e-49fb-aa12-0bd1756ec240/tags/delete { "tags": [ { "value": "value1", "key": "key1" }, { "value": "value2", "key": "key2" }, { "key": "key3", "value": "" } ] } |
support.huaweicloud.com/api-ims/ims_03_0662.html