Skip to content

取消重颁发

PUT
/openapi/v3/orders/:id/reissue/cancel

在重颁发还没有完成的时候,可以通过该接口取消重颁发。

Path 参数

参数类型必填说明
idstring订单 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'
200成功
json
{
  "code": "success"
}