Skip to content

Instantly share code, notes, and snippets.

@kzhangworks
Created November 26, 2014 07:06
Show Gist options
  • Save kzhangworks/d16269db73ec7d7f3eb9 to your computer and use it in GitHub Desktop.
Save kzhangworks/d16269db73ec7d7f3eb9 to your computer and use it in GitHub Desktop.
DELETE /v1/admins/apps/data delete app data
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