Delete Bulk PlanFragment Model

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

Method: HTTP POST

Endpoint: http://<host_address>:<port_address>/v1/planfragmentmodel/purge

tenantID is the mandatory header parameter.

Example:

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