Skip to content

Instantly share code, notes, and snippets.

@kzhangworks
Created November 26, 2014 07:04
Show Gist options
  • Save kzhangworks/b53d2187d5fc02ea7a5c to your computer and use it in GitHub Desktop.
Save kzhangworks/b53d2187d5fc02ea7a5c to your computer and use it in GitHub Desktop.
DELETE /v1/admins/apps to delete app
curl -b cookies.txt -c cookies.txt -X DELETE "http://api-local.cloud.appcelerator.com/v1/admins/apps?app_id=54754cd2dda0950809000004&pretty_json=true"
{
"meta": {
"status": "ok",
"code": 200,
"method_name": "deleteApp"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment