Authorizations
Path Parameters
Response
204
No Content
from latitudesh_python_sdk import Latitudesh
import os
with Latitudesh(
bearer=os.getenv("LATITUDESH_BEARER", ""),
) as latitudesh:
latitudesh.private_networks.remove_assignment(assignment_id="vnasg_LA73qk8WDaJ2o")
# Use the SDK ...
Allow you to remove a Virtual Network assignment.
from latitudesh_python_sdk import Latitudesh
import os
with Latitudesh(
bearer=os.getenv("LATITUDESH_BEARER", ""),
) as latitudesh:
latitudesh.private_networks.remove_assignment(assignment_id="vnasg_LA73qk8WDaJ2o")
# Use the SDK ...
No Content
Was this page helpful?