networkmanager_delete_link {paws.networking} | R Documentation |
Deletes an existing link
Description
Deletes an existing link. You must first disassociate the link from any devices and customer gateways.
See https://www.paws-r-sdk.com/docs/networkmanager_delete_link/ for full documentation.
Usage
networkmanager_delete_link(GlobalNetworkId, LinkId)
Arguments
GlobalNetworkId |
[required] The ID of the global network. |
LinkId |
[required] The ID of the link. |
[Package paws.networking version 0.7.0 Index]