调用 DeleteAllowList 接口删除白名单。
同步接口。
不支持删除已绑定了实例的白名单。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
AllowListId | String | 是 | acl-2b7d64502b0a4210a24c58e739de**** | 白名单的 ID。 |
null
POST /?Action=DeleteAllowList&Version=2022-01-01 HTTP/1.1 Content-Type: application/json Host: rds.volcengineapi.com X-Date: 20231002T101010Z Authorization: HMAC-SHA256 Credential=AKLTN2I0MmFiNzMxNWE5NDgzMzk4MmVjMTVkODlkZTZ****/20211202/cn-beijing/rds_postgresql/request,SignedHeaders=x-date, Signature=71d31fc7bcf990142851c9833c5656391486cda0ae2e0b8ada733b7c6458**** { "AllowListId": "acl-2b7d64502b0a4210a24c58e739de****" }
{ "ResponseMetadata": { "RequestId": "20240423194839054AF272DDAED3F70BEA-e6e5fa", "Action": "DeleteAllowList", "Version": "2022-01-01", "Service": "rds_postgresql", "Region": "cn-guangzhou" }, "Result": null }