---
title: "Delete Repo"
method: DELETE
path: "/repos/{repo_id}"
tags: ["repos"]
---

# Delete Repo

`DELETE /repos/{repo_id}`

Remove a repo from the user's dashboard. Deletes fully if no other users reference it.

## Path parameters

- `repo_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/repowise/apis/repowise-hosted-api.md) · [All operations](https://skmtc.dev/repowise/apis/repowise-hosted-api/llms.txt) · [OpenAPI document](https://skmtc.dev/repowise/apis/repowise-hosted-api/revisions/29a9df53f763?raw)
