deleteAllCallLogsForHuntingGroup
abstract fun deleteAllCallLogsForHuntingGroup(groupId: String?, listener: RainbowListener<Unit, Unit>? = null)
Deletes all call logs for a specific hunting group.
Removes all call logs associated with the specified hunting group. Once the deletion is complete, no call logs will remain for the given group.
If a listener is provided, it will be notified when the deletion operation is complete.
Parameters
groupId
The unique identifier of the hunting group from which all call logs should be deleted. This ID must correspond to a valid hunting group.
listener
A RainbowListener that will be notified upon completion of the deletion operation.