跳到主要内容
版本:latest

remove_order

删除指定索引的 ACME 证书订单记录。

  • 路由POST /acme
  • actionremove_order

输入参数

参数名称必选类型描述
actionString固定值 remove_order
indexString要删除的订单索引 ID

输出参数

参数名称类型描述
statusBooleantrue 删除成功
msgString订单删除成功!

示例

请求

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": "订单删除成功!"}