removeBooking

abstract suspend fun removeBooking(id: String): Result<Unit>

Removes a booking.

Since

1.5.0

Return

Result tells if the execution was successful or not but does not contain any other data.

Parameters

id

the ID of the booking to be removed.