---
title: "Delete a repo."
method: DELETE
path: "/repos/{repo_id}"
tags: ["Repository Manipulation"]
---

# Delete a repo.

`DELETE /repos/{repo_id}`

Delete a repo. All files, workspaces, commits, branches permissions etc. associated with the repo will be deleted.

## Response `202`

Repo deletion started asynchronously.

## Other responses

- `default` — An error occurred

---

[API](https://skmtc.net/diversion/apis/diversion-core-api.md) · [All operations](https://skmtc.net/diversion/apis/diversion-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/diversion/diversion-core-api/versions/38a18aba804b/schema)
