---
title: "Delete repository"
method: DELETE
path: "/projects/{project_name}/repositories/{repository_name}"
tags: ["repository"]
---

# Delete repository

`DELETE /projects/{project_name}/repositories/{repository_name}`

Delete the repository specified by name

## Path parameters

- `project_name` string, required
- `repository_name` string, required

## Headers

- `X-Request-Id` string

## Response `200`

Success

## Other responses

- `400` — Bad request
- `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)
