本接口支持通过指定域名删除该域名。
说明
该接口属于历史版本 API,建议您使用新版 DelDomain 接口。
说明
veImageX 在全球多个区域部署,每个区域有自己对应的 OpenAPI 域名,不支持跨区域调用。具体详情请查看服务地址。
以下请求参数列表仅列出了该接口的部分公共参数,完整公共参数列表见公共参数。
参数 | 类型 | 是否必选 | 描述 |
---|---|---|---|
Action | String | 是 | 接口名称。 |
Version | String | 是 | 接口版本。veImageX 当前 API 的版本为 2018-08-01 。 |
参数 | 类型 | 是否必选 | 描述 |
---|---|---|---|
domain | String | 是 | 域名,您可以通过 获取服务下全部域名 获取服务下域名信息。 |
正确删除返回 ok,否则错误在 Err 中返回。
POST https://imagex.volcengineapi.com/?Action=DelDomain&Version=2018-08-01 { "domain": "test.imagex.com" }
{ "ResponseMetadata": { "RequestId": "201806041104200100100232280022D30", "Action": "DelDomain", "Version": "2018-08-01", "Service": "imagex", "Region": "cn-north-1" }, "Result": "ok" }
{ "ResponseMetadata": { "RequestId": "201806041104200100100232280022D30", "Action": "DelDomain", "Version": "2018-08-01", "Service": "imagex", "Region": "cn-north-1" "Error": { "Code": "DeleteDomainFailure", "Message": "Service not found." } } }