Delete a project and all its associated cloud resources across all regions.
This operation is irreversible and cannot be undone.
Default projects cannot be deleted.
DELETE
/
cloud
/
v1
/
projects
/
{project_id}
Python
Copy
Ask AI
from gcore import Gcoreclient = Gcore( api_key="My API Key",)task_id_list = client.cloud.projects.delete( project_id=0,)print(task_id_list.tasks)