remove_order
删除指定索引的 ACME 证书订单记录。
- 路由:
POST /acme - action:
remove_order
输入参数
| 参数名称 | 必选 | 类型 | 描述 |
|---|---|---|---|
| action | 是 | String | 固定值 remove_order |
| index | 是 | String | 要删除的订单索引 ID |
输出参数
| 参数名称 | 类型 | 描述 |
|---|---|---|
| status | Boolean | true 删除成功 |
| msg | String | 订单删除成功! |
示例
请求
POST /acme HTTP/1.1
Host: 192.168.168.213:8888
Content-Type: application/x-www-form-urlencoded
action=remove_order&index=851cc157ad22888459e59c3cfdc5ac95
响应
{"status": true, "msg": "订单删除成功!"}