closeTunnel abstract method

Future<DashboardActionResult> closeTunnel(
  1. String tunnelRef
)

Closes the caller's tunnel named by tunnelRef (id or unambiguous prefix).

Implementation

Future<DashboardActionResult> closeTunnel(String tunnelRef);