networkmanager_delete_device {paws.networking}R Documentation

Deletes an existing device

Description

Deletes an existing device. You must first disassociate the device from any links and customer gateways.

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

Usage

networkmanager_delete_device(GlobalNetworkId, DeviceId)

Arguments

GlobalNetworkId

[required] The ID of the global network.

DeviceId

[required] The ID of the device.


[Package paws.networking version 0.7.0 Index]