deleteCallGroupVoiceMail

abstract fun deleteCallGroupVoiceMail(callGroupId: String, voicemailId: String, listener: RainbowListener<Unit, Unit>? = null)

Deletes one call group voicemail with the given id

Parameters

callGroupId

String the unique identifier of the call group

voicemailId

String the unique identifier of the voicemail

listener

RainbowListener (optional) callback (onSuccess, onError)