Purge Plans

This operation is used to delete multiple plans in the final state.

Note: Only the plans that are in the final state (for example, CANCELED, COMPLETE) can be purged.

Method: HTTP DELETE

Endpoint: http://<host_address>:<port_address>/plan/purge

Example:

{
  "orderPlanRecordList": [
    {
      "planID": "string",
      "orderID": "string"
    }
  ]
}