---
title: "Get the deletable status of the project"
method: GET
path: "/projects/{project_name_or_id}/_deletable"
tags: ["project"]
---

# Get the deletable status of the project

`GET /projects/{project_name_or_id}/_deletable`

Get the deletable status of the project

## Path parameters

- `project_name_or_id` string, required

## Headers

- `X-Request-Id` string
- `X-Is-Resource-Name` boolean

## Response `200`

Return deletable status of the project.

- ProjectDeletable
  - `deletable` boolean — Whether the project can be deleted.
  - `message` string — The detail message when the project can not be deleted.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.dev/cerit/apis/harbor-api.md) · [All operations](https://skmtc.dev/cerit/apis/harbor-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cerit/harbor-api/revisions/62d78801f8df/schema)
