Skip to content

Instantly share code, notes, and snippets.

@kzhangworks
Created November 26, 2014 07:09
Show Gist options
  • Save kzhangworks/271e6c1dcd849cb63fe9 to your computer and use it in GitHub Desktop.
Save kzhangworks/271e6c1dcd849cb63fe9 to your computer and use it in GitHub Desktop.
DELETE to /v1/admins/apps/apple/certs delete apple certificate
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