Skip to content

Github

Delete notify-ycombinator/ycombinator repository unread notification

shell
apt install gh

gh auth login

gh api notifications
[
  {
    "id": "123456",
    "unread": true,
    "reason": "mention",
    // ...
  }
]

gh api -X DELETE notifications/threads/123456

see also: https://github.com/orgs/community/discussions/174602

Released under the CC-BY-NC-4.0