You need to enable JavaScript to run this app.
导航

DeleteAllowList

最近更新时间2023.08.29 17:28:40

首次发布时间2022.11.23 11:57:59

调用 DeleteAllowList 接口删除指定白名单。

请求类型

同步请求。

注意事项

仅当目标白名单中的所有实例都与该白名单解绑后,才可删除。您可以调用 DisassociateAllowList 接口解绑实例和白名单。

请求参数

名称类型是否必选示例值描述

AllowListId

String

acl-c2402ba601374808aeb19d06acc2****

白名单 ID。

说明

您可以调用 DescribeAllowLists 接口查询指定地域下所有的白名单列表信息,包括白名单 ID。

返回数据

null

请求示例

POST https://hbase.volcengineapi.com/?Action=DeleteAllowList&Version=2018-01-01 HTTP/1.1
Host: hbase.volcengineapi.com
Content-Type: application/json; charset=utf-8
X-Date: 20220415T104027Z
Authorization: HMAC-SHA256 Credential=AK****/20220415/cn-beijing/hbase/request,SignedHeaders=content-type;host;x-date,Signature=****
{
    "AllowListId":"acl-4a8ade08756c4433801a91e3a2ee****"
}

返回示例

正常返回示例

{
    "ResponseMetadata": {
        "RequestId": "202204151506390101940591001265****",
        "Action": "DeleteAllowList",
        "Version": "2018-01-01",
        "Service": "hbase",
        "Region": "cn-beijing"
    },
     "Result": null
}