在指定的域名下删除自定义解析记录。
您可以使用 GET 或 POST 方法。
您需要 对请求进行鉴权。
名称 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DeleteDomainRecord | 要执行的操作,取值:DeleteDomainRecord |
Version | String | 是 | 2023-09-01 | API的版本,取值:2023-09-01 |
Id | Integer | 是 | 245 | 解析记录的 ID |
DryRun | Boolean | 否 | false | 是否空运行。您可以通过该参数对请求进行预检 |
ClientToken | String | 否 | d3e5f7a9-0b1d-2c3e-4f5a-6789b0c1d2e3 | 用于保证请求幂等性。您需要从客户端生成一个参数值,确保不同请求间该参数值唯一。 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
Domain | String | www.douyin.com | 解析记录的域名 |
Type | String | A | 解析记录的类型 |
Ttl | Integer | 10 | 解析记录的过期时间(秒) |
Line | String | 中国_华北 | 线路值 |
Target | Array of String |
| 解析记录的记录值 |
Enable | Boolean | true | 解析记录是否被启用
|
Weights | Array of WeightElement |
| 权重值 |
GET https://open.volcengineapi.com?Action=DeleteDomainRecord&Version=2023-09-01&Id=245
{ "ResponseMetadata": { "RequestId": "20231011172302477A4BF4688234E71DAB", "Action": "DeleteDomainRecord", "Version": "2023-09-01", "Service": "httpdns", "Region": "cn-north-1" }, "Result": { "CreateTime": "2023-03-15T15:24:18+08:00", "Domain": "www.douyin.com", "Enable": false, "Id": 245, "Line": "中国_华北", "Target": [ "www.toutiao.com" ], "Ttl": 0, "Type": "CNAME", "UpdateTime": "2023-03-15T15:24:18+08:00", "Weights": [ { "Key": "www.toutiao.com", "Value": 1 } ] } }
POST https://open.volcengineapi.com?Action=DeleteDomainRecord&Version=2023-09-01 { "Id": 245 }
{ "ResponseMetadata": { "RequestId": "20231011172302477A4BF4688234E71DAB", "Action": "DeleteDomainRecord", "Version": "2023-09-01", "Service": "httpdns", "Region": "cn-north-1" }, "Result": { "CreateTime": "2023-03-15T15:24:18+08:00", "Domain": "www.douyin.com", "Enable": false, "Id": 245, "Line": "中国_华北", "Target": [ "www.toutiao.com" ], "Ttl": 0, "Type": "CNAME", "UpdateTime": "2023-03-15T15:24:18+08:00", "Weights": [ { "Key": "www.toutiao.com", "Value": 1 } ] } }
您可访问公共错误码,获取详细信息。