Skip to content

Instantly share code, notes, and snippets.

@andreban
Created January 5, 2017 10:48
Show Gist options
  • Save andreban/c9f396d6b260d9389d5194bb3f32a728 to your computer and use it in GitHub Desktop.
Save andreban/c9f396d6b260d9389d5194bb3f32a728 to your computer and use it in GitHub Desktop.
curl -X POST -H "Authorization: key=<Firebase-Auth-Key>" -H "Content-Type: application/json" -d '{
"to": "/topics/test",
"registration_tokens": ["User-FCM-Token"]
}' "https://iid.googleapis.com/iid/v1:batchRemove"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment