API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}
API Resource Path: /resources/?path={resource_name}
Deletes a resource
Verb: DELETE
Auth: Basic AuthSample Request:
$ curl -u myname:mypass https://api.enterprise.apigee.com/v1/o/{org_name}/resources/?"path={resource_name}" -X DELETE
Sample Response:
{
"displayName" : "Reports",
"path" : "/reports"
}
Last updated:
about 1 month ago