# Delete booking attachment by ID Endpoint: DELETE /bookings/{bookingId}/attachments/{attachmentId} Version: 1.0.0 Security: M2X_auth_application ## Path parameters: - `bookingId` (string, required) The booking Id - `attachmentId` (string, required) Id of the attachment to delete ## Response 200 fields (application/json): - `bookingId` (string) Example: "JBO373-dbvh1tPVIggQipFAffNa-1700417071825" - `attachmentId` (string) Example: "BOOKING_ATTACHMENT_001" ## Response 400 fields (application/json): - `message` (string) Example: "missing data" ## Response 404 fields (application/json): - `message` (string) Example: "not found"