Delete all projects on server

  • 1
  • Question
  • Updated 9 years ago
Archived and Closed

This conversation is no longer open for comments or replies and is no longer visible to community members.

In PhoneGap Build API, is there a way to delete all apps on the server, for example:

$ curl -u andrew.lunny@nitobi.com -X DELETE https://build.phonegap.com/api/v1/apps/*
Photo of gh

gh

  • 34 Posts
  • 0 Reply Likes

Posted 9 years ago

  • 1
Photo of Hardeep Shoker

Hardeep Shoker

  • 1941 Posts
  • 89 Reply Likes
No currently there is no way to complete such a task, however a work around is to request all the applications and then read each app id and call a delete on those applications.

Hardeep Shoker

This conversation is no longer open for comments or replies.