Created
November 26, 2014 07:06
-
-
Save kzhangworks/d16269db73ec7d7f3eb9 to your computer and use it in GitHub Desktop.
DELETE /v1/admins/apps/data delete app data
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/data?app_id=54754cd2dda0950809000004&pretty_json=true" | |
{ | |
"meta": { | |
"status": "ok", | |
"code": 200, | |
"method_name": "deleteAppData" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment