API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}
API Resource Path: /developers/{developer_email}/apps/{app_name}/keys/{consumer_key}/apiproducts/{apiproduct_name}
Removes an API product from a developer app key profile, and thereby renders the developer app unable to access the URIs defined the API product that was removed.
Verb: DELETE
Auth: Basic AuthContent Types:
application/json
text/xml
Sample Request:
$ curl -u myname:mypass https://api.enterprise.apigee.com/v1/o/{org_name}/developers/{developer_email}/apps/{app_name}/keys/{consumer_key}/apiproducts/{apiproduct_name} -X DELETE
Sample Response:
Last updated:
about 1 month ago