# Delete Repo

Launch stage: GA

`DELETE /api/2.0/repos/{id}`

Deletes the specified repo.

API scopes: workspace

## Path parameters

- `id` (int64, optional)
  The ID for the corresponding repo to delete.

## Response

### The Git folder (repo) was successfully deleted.

```json
{}
```

