# Cancel an Order Cancel an order that has not yet entered processing Endpoint: GET /orders/{orderId}/cancel Version: 1.0.1 Security: oauth2ClientCredentials ## Path parameters: - `orderId` (string, required) Example: "2vTgd30JFgnwLrgb383PcV9Rken" ## Response 204 fields (application/json): - `order_id` (string) ID of the cancelled order Example: "2vTYQiGzufR4cn1cloW97DtSOYF" - `status` (string) order status Example: "Cancelled" ## Response 404 fields (application/json): - `detail` (string, required) Detailed error message explaining the resource not found Example: "The requested resource could not be found" ## Response 409 fields