# Delete customer booking by ID Endpoint: DELETE /customerBookings/{customerBookingId} Version: 1.0.0 Security: M2X_auth_application ## Path parameters: - `customerBookingId` (string, required) The customer booking Id ## Response 200 fields (application/json): - `success` (boolean) Example: true ## Response 400 fields (application/json): - `message` (string) Example: "missing data" ## Response 404 fields (application/json): - `message` (string) Example: "not found" ## Response 202 fields