根据RecordId,删除站点下的单条DNS解析记录。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
esa:DeleteRecord |
delete |
*全部资源
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| RecordId |
integer |
是 |
记录的 ID,可以通过 ListRecords 获取。 |
1234567890123 |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| RequestId |
string |
请求 ID。 |
F61CDR30-E83C-4FDA-BF73-9A94CDD44229 |
示例
正常返回示例
JSON格式
{
"RequestId": "F61CDR30-E83C-4FDA-BF73-9A94CDD44229"
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 400 | InternalException | Failed to call the service. Try again later or contact technical support. | 调用服务失败,请稍后重试或联系客服咨询详情。 |
| 400 | NoPermission | You do not have permissions to access or operate on the resource.Contact your account administrator to attach the AliyunESAFullAccess policy to the current user. | 对当前资源无权限访问或者操作。请联系您阿里云账户的管理员,以授予您 AliyunESAFullAccess 策略。 |
| 400 | Instance.NotOnline | Your plan is unavailable due to an overdue payment. Complete the payment first. | 您的套餐实例因欠费当前处于非上线状态,请先完成续费操作以继续使用。 |
| 400 | Record.Reserved | Another operation on the record is in progress. Try again later. | 记录操作正在进行中,请稍等重试。 |
| 400 | Record.ServiceBusy | The record is being configured. Try again later. | 该记录正在配置中,请稍后再试。 |
| 400 | Record.ProtectedAsCustomHostnameSource | Failed to delete the record because it is the origin server of existing custom hostnames.Remove all references to the record and try again. | 该记录是已有自定义主机名的源站,不允许删除。请移除所有对该记录的引用后重试。 |
| 404 | Record.NotFound | The record does not exist. Check your configurations and try again. | 传入的请求记录不存在,请检查您的输入参数后重试。 |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。