networkmanager_delete_connection {paws.networking}R Documentation

Deletes the specified connection in your global network

Description

Deletes the specified connection in your global network.

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

Usage

networkmanager_delete_connection(GlobalNetworkId, ConnectionId)

Arguments

GlobalNetworkId

[required] The ID of the global network.

ConnectionId

[required] The ID of the connection.


[Package paws.networking version 0.9.0 Index]