数据接入服务 DIS-批量删除资源标签:请求示例

时间:2023-11-06 17:12:44

请求示例

批量删除资源标签

POST https://{Endpoint}/v2/{project_id}/stream/{stream_id}/tags/action

{
  "action" : "delete",
  "tags" : [ {
    "key" : "key1",
    "value" : "value1"
  }, {
    "key" : "key2",
    "value" : "value3"
  } ]
}
support.huaweicloud.com/api-dis/BatchDeleteTags.html