Skip to content

Instantly share code, notes, and snippets.

@vitorsouzaalmeida
Created September 29, 2025 12:23
Show Gist options
  • Save vitorsouzaalmeida/45954130e1af109cbee1124f0ef428d0 to your computer and use it in GitHub Desktop.
Save vitorsouzaalmeida/45954130e1af109cbee1124f0ef428d0 to your computer and use it in GitHub Desktop.
How to delete Github spam notifications
gh api notifications | jq '.[] | {id, title: .subject.title, repo: .repository.full_name }'
gh api --method DELETE notifications/threads/ID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment