networkmanager_delete_site {paws.networking}R Documentation

Deletes an existing site

Description

Deletes an existing site. The site cannot be associated with any device or link.

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

Usage

networkmanager_delete_site(GlobalNetworkId, SiteId)

Arguments

GlobalNetworkId

[required] The ID of the global network.

SiteId

[required] The ID of the site.


[Package paws.networking version 0.9.0 Index]