Appearance
取消吊销
PUT
/openapi/v3/certs/:id/revoke/cancel
在吊销请求未被确认前,可以通过该接口取消吊销操作。允许取消吊销的订单状态为 revoke_approving 和 revoke_confirming。
路径参数
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| id | string | 是 | 证书 ID |
请求示例
bash
curl -X PUT 'https://api.certcloud.cn/openapi/v3/certs/F7vbIVYL/revoke/cancel' \
-H 'X-CC-Auth-Key: your-auth-key' \
-H 'X-CC-Key-ID: your-key-id'