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/123456see also: https://github.com/orgs/community/discussions/174602
