Operation Purge Order
The Purge Order API is used to purge orders from both the Archival and the Orchestrator service.
Note: Only the orders that are in the final state (example:
CANCELED
, COMPLETE
) can be purged. Method: HTTP DELETE method
Endpoint: http://<host_address>:<port_address>/v1/orders/purge
{
"orderId": ["string"
],"orderRef": [
"string"],
"dateRange": {"startDate": "2023-01-19T07:15:13.079Z",
"endDate": "2023-01-19T07:15:13.079Z"}
}