networkmanager_disassociate_link {paws.networking}R Documentation

Disassociates an existing device from a link

Description

Disassociates an existing device from a link. You must first disassociate any customer gateways that are associated with the link.

See https://www.paws-r-sdk.com/docs/networkmanager_disassociate_link/ for full documentation.

Usage

networkmanager_disassociate_link(GlobalNetworkId, DeviceId, LinkId)

Arguments

GlobalNetworkId

[required] The ID of the global network.

DeviceId

[required] The ID of the device.

LinkId

[required] The ID of the link.


[Package paws.networking version 0.7.0 Index]