API SpecsOrdersDelete orderDeletes one order and publishes the deletion update to realtime subscribers.DELETE/api/unstable/orders/{id}TestDeletes one order and publishes the deletion update to realtime subscribers.Response Body200application/json400application/json401403application/json404application/json409application/json422application/json503504application/jsonOrdersInternal order detail and mutation endpoints served through Effect HttpApi.Get order by id GETReturns the hydrated order detail payload for editing.