# Delete a carrier order by ID Endpoint: DELETE /orders/{orderId} Version: 1.0.0 Security: M2X_auth_application ## Path parameters: - `orderId` (string, required) M2X order id ## Response 200 fields (application/json): - `orderId` (string) Example: "ABC123-example-1737580145879" ## Response 400 fields (application/json): - `message` (string) Example: "missing data"