Sensorberg Smart Spaces SDK for Android / com.sensorberg.smartworkspace.sdk / BookingManager / deleteBooking

deleteBooking

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).