removeContact

fun removeContact(    context: Context,     contactIdentifier: String,     callback: (ApiResult<Boolean>) -> Unit?)

Call this function to remove contact from the contact list The contact can only be a subscriber

Parameters

context

The application context

contact

STWContact the contact that you want to remove