from latitudesh_python_sdk import Latitudeshimport oswith Latitudesh( bearer=os.getenv("LATITUDESH_BEARER", ""),) as latitudesh: latitudesh.private_networks.delete_virtual_network(vlan_id="<id>") # Use the SDK ...
Private Networks
Delete a Virtual Network
Delete virtual network
DELETE
/
virtual_networks
/
{vlan_id}
Python (SDK)
Copy
from latitudesh_python_sdk import Latitudeshimport oswith Latitudesh( bearer=os.getenv("LATITUDESH_BEARER", ""),) as latitudesh: latitudesh.private_networks.delete_virtual_network(vlan_id="<id>") # Use the SDK ...