Skip to content
On this page

Delete Order ​

Delete an order by ID.

Endpoint ​

DELETE /api/orders/delete/?id={id}

Response ​

json
{
  "status": "success",
  "message": "Order deleted successfully."
}

Released under the MIT License.