deleteMeetingById

fun deleteMeetingById(id: String, onCompletion: (SippoResourceError?) -> Unit)

Deletes the meeting identified by the provided id.

Parameters

id

Identifier of the meeting to be deleted

onCompletion

Callback that will be invoked when the request is completed. It will receive a SippoResourceError if any error occurs. In case of success, error will be null.