delete-private-orders-ORDER_ID.rst (546B)
1 .. http:delete:: [/instances/$INSTANCE]/private/orders/$ORDER_ID 2 3 Delete information about an order. Fails if the order was paid in the 4 last 10 years (or whatever ``TAX_RECORD_EXPIRATION`` is set to) or was 5 claimed but is unpaid and thus still a valid offer. 6 7 **Response:** 8 9 :http:statuscode:`204 No content`: 10 The backend has successfully deleted the order. 11 :http:statuscode:`404 Not found`: 12 The backend does not know the instance or the order. 13 :http:statuscode:`409 Conflict`: 14 The backend refuses to delete the order.