deletePersonalDirectoryContact

abstract fun deletePersonalDirectoryContact(contact: DirectoryContactEntry, listener: RainbowListener<Unit, Unit>? = null)

Deletes a personal directory contact.

This method deletes a personal directory contact based on the provided DirectoryContactEntry.

Parameters

contact

The DirectoryContactEntry representing the contact to be deleted.

listener

RainbowListener (optional) callback invoked upon completion of the operation. Set to null if not required.