# Delete order attachment Endpoint: DELETE /orders/{orderId}/attachment/{attachmentId} Version: 1.0.0 Security: M2X_auth_application ## Path parameters: - `orderId` (string, required) M2X order ID - `attachmentId` (string, required) The Attachment ID ## Response 400 fields (application/json): - `message` (string) Example: "missing data" ## Response 404 fields (application/json): - `message` (string) Example: "not found" ## Response 204 fields