API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}

API Resource Path: /companies/{company_name}/apps/{app_name}

Deletes a company app

Verb: DELETE

Auth: Basic Auth

Sample Request:
$ curl -u myname:mypass https://api.enterprise.apigee.com/v1/o/{myorg}/companies/{company_name}/apps -X DELETE
Sample Response:
{
  "access_type" : "read",
  "app_family" : "default",
  "attributes" : [ {
	"name" : "Language",
	"value" : "java"
  } ],
  "callback_url" : "www.apigee.com",
  "company_name" : "DevCompany",
  "created_at" : 1342265140683,
  "created_by" : "defaultUser",
  "lastmodified_at" : 1342265140683,
  "lastmodified_by" : "defaultUser",
  "name" : "DevApp2",
  "status" : "approved"
}
Last updated: about 1 month ago