unstar_repo
Remove a repository from your GitHub starred list with a single call. Ideal for cleaning up outdated stars or managing your saved repositories.
Instructions
Unstar a repository that the authenticated user has previously starred. Removes the repository from the authenticated user's starred list. Returns { starred: false } on success. This is a no-op if the repository was not already starred (GitHub returns 204 either way), so the result is always { starred: false } on a 204 response. Docs: https://docs.github.com/en/rest/activity/starring#unstar-a-repository-for-the-authenticated-user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name | |
| owner | Yes | Repository owner (user or organization login) |