跳转至

海外ACDN 分发配置

DELETE 删除自定义响应页面

DELETE /prod-api/acdn/cloudfrontRest/deleteCustomErrorPage

请求参数

名称 位置 类型 必选 说明
distributionId query integer distributionId
errorCode query integer HTTP 错误代码
Authorization header string none

返回示例

200 Response

{
  "msg": "删除成功",
  "code": 200
}

204 Response

{}

返回结果

状态码 状态码含义 说明 数据模型
200 OK none Inline
204 No Content none Inline
401 Unauthorized none Inline
403 Forbidden none Inline

返回数据结构

状态码 200

名称 类型 必选 约束 中文名 说明
» msg string true none none
» code integer true none none

数据模型