Created
April 28, 2017 03:13
-
-
Save moehandi/735f89d8cea0882a5087d8ac1af3d440 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 -H "Content-Type:application/json" "Authorization:key=SERVER_KEY" | |
-X POST https://iid.googleapis.com/iid/v1:batchRemove | |
-d '{ | |
"to": "/topics/sakit_perut", | |
"registration_tokens":[ | |
"DeviceTokenFromUser" | |
] | |
}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment