通过指定证书 ID 删除该证书。
说明
veImageX 在全球多个区域部署,每个区域有自己对应的 OpenAPI 域名,不支持跨区域调用。具体详情请查看服务地址。
以下请求参数列表仅列出了该接口的部分公共参数,完整公共参数列表见公共参数。
参数 | 类型 | 是否必选 | 描述 |
---|---|---|---|
Action | String | 是 | 接口名称。 |
Version | String | 是 | 接口版本。veImageX 当前 API 的版本为 2018-08-01 。 |
参数 | 类型 | 是否必选 | 描述 |
---|---|---|---|
cert_id | String | 是 | 证书 ID,您可以通过调用获取账号下全部证书获取账号下所有证书信息。 |
参数 | 类型 | 描述 |
---|---|---|
result | String | 删除结果 ok |
POST https://imagex.volcengineapi.com/?Action=DelCert&Version=2018-08-01 { "cert_id": "xxxxxxx" }
{ "ResponseMetadata": { "RequestId": "201806041104200100100232280022D30", "Action": "DelCert", "Version": "2018-08-01", "Service": "imagex", "Region": "cn-north-1" }, "Result":{ "result": "ok" } }
{ "ResponseMetadata": { "RequestId": "201806041104200100100232280022D30", "Action": "DelCert", "Version": "2018-08-01", "Service": "imagex", "Region": "cn-north-1", "Error": { "Code": "DelCertErr", "Message": "this cert have domain [p1.imagex.com, p2.imagex.com] use, do not delete" } } }