Created
January 5, 2017 10:48
-
-
Save andreban/c9f396d6b260d9389d5194bb3f32a728 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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