Skip to content

Instantly share code, notes, and snippets.

@lostdesign
Created November 6, 2025 14:20
Show Gist options
  • Select an option

  • Save lostdesign/d14f1944ac4c4c07e5c969a21d67ad87 to your computer and use it in GitHub Desktop.

Select an option

Save lostdesign/d14f1944ac4c4c07e5c969a21d67ad87 to your computer and use it in GitHub Desktop.
Delete Scam Notifications Github
gh api "notifications?all=true&participating=true" | jq '.[] | { id, title: .subject.title, repo: .repository.full_name }'

gh api --method DELETE notifications/threads/$THREAD_ID

gh api --method DELETE notifications/threads/$THREAD_ID/subscription
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment