deleteContact

fun deleteContact(contact: Contact): Completable

Deletes the specified contact.

Return

A completable that will emit when the request is processed. In case of error, it will emit a SippoResourceError.

Parameters

contact

Contact to be deleted.