Created
November 26, 2014 07:09
-
-
Save kzhangworks/271e6c1dcd849cb63fe9 to your computer and use it in GitHub Desktop.
DELETE to /v1/admins/apps/apple/certs delete apple certificate
This file contains 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 -b cookies.txt -c cookies.txt -X DELETE "http://api-local.cloud.appcelerator.com/v1/admins/apps/apple/certis?key=xAP777Rw7uOSlOyRwW7F1BgqBJCsP9S9&pretty_json=true" | |
{ | |
"meta": { | |
"code": 400, | |
"status": "fail", | |
"message": "There is no certificate to remove.", | |
"method_name": "removeApplePushCertificate" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment