# Delete offer by ID Endpoint: DELETE /offers/{offerId} Version: 1.0.0 Security: M2X_auth_application ## Path parameters: - `offerId` (string, required) The offer Id ## Response 200 fields (application/json): - `batchId` (string) Example: "XYZ123" ## Response 400 fields (application/json): - `message` (string) Example: "missing data" ## Response 202 fields