How to use the apigeetool.delete function in apigeetool

To help you get started, we’ve selected a few apigeetool examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github apigee-127 / a127 / lib / commands / account / providers / apigee.js View on Github external
apigeetool.undeploy(options, function(err) {
          if (err) { return cb(err); }
          apigeetool.delete(options, cb);
        });
      },