RESTful API

Delete an app


Delete an app.

curl https://api.outpan.com/apps/APP_ID_GOES_HERE \
  -u YOUR_API_KEY_GOES_HERE:
  -X DELETE
# The colon prevents curl from asking for a password.