abstract fun deleteBooking(booking: Booking): LiveData<SimpleResponse<Void>>
Deletes an existing booking. That call is used for bookings that haven't started.
Returns a LiveData with the response of this operation (Response).