---
title: "Delete project"
method: DELETE
path: "/cloud/v1/projects/{project_id}"
tags: ["Projects"]
---

# Delete project

`DELETE /cloud/v1/projects/{project_id}`

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.

## Path parameters

- `project_id` integer, required — Project ID

## Response `200`

OK

- TaskIDsSerializer
  - `tasks` string[], required — List of task IDs representing asynchronous operations. Use these IDs to monitor operation progress: - `GET /v1/tasks/{task_id}` - Check individual task status and details Poll task status until completion (`FINISHED`/`ERROR`) before proceeding with dependent operations.
  - `id` string, required

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
