Appearance
取消重颁发
PUT
/openapi/v3/orders/:id/reissue/cancel
在重颁发还没有完成的时候,可以通过该接口取消重颁发。
Path 参数
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| id | string | 是 | 订单 ID |
bash
curl -X PUT 'https://api.certcloud.cn/openapi/v3/orders/TIT6R0qv/reissue/cancel' \
-H 'Content-Type: application/json' \
-H 'X-CC-Auth-Key: your-auth-key' \
-H 'X-CC-Key-ID: your-key-id'