from latitudesh_python_sdk import Latitudeshimport oswith Latitudesh( bearer=os.getenv("LATITUDESH_BEARER", ""),) as latitudesh: latitudesh.projects.delete(project_id="<id>") # Use the SDK ...
Projects
Delete project
DELETE
/
projects
/
{project_id}
Python (SDK)
Copy
from latitudesh_python_sdk import Latitudeshimport oswith Latitudesh( bearer=os.getenv("LATITUDESH_BEARER", ""),) as latitudesh: latitudesh.projects.delete(project_id="<id>") # Use the SDK ...