Created
November 26, 2014 07:04
-
-
Save kzhangworks/b53d2187d5fc02ea7a5c to your computer and use it in GitHub Desktop.
DELETE /v1/admins/apps to delete app
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?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