---
title: "Unstar a repository for the authenticated user"
method: DELETE
path: "/user/starred/{owner}/{repo}"
tags: ["activity"]
---

# Unstar a repository for the authenticated user

`DELETE /user/starred/{owner}/{repo}`

Unstar a repository that the authenticated user has previously starred.

## Path parameters

- `owner` string, required
- `repo` string, required

## Response `204`

Response

## Other responses

- `304` — Not modified
- `401` — Requires authentication
- `403` — Forbidden
- `404` — Resource not found

---

[API](https://skmtc.net/github/apis/github-v3-rest-api.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api/versions/a367f7028301/schema)
