sippo-sdk / com.quobis.sippo.sipposdk.agenda / Agenda / deleteContact

deleteContact

fun deleteContact(contact: Contact, onCompletion: (SippoResourceError?) -> Unit): Unit

Deletes the specified contact.

Parameters

contact - Contact 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.