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}?action=revoke
Revokes the association of an API Product with a Developer App's consumer key.
Verb: POST
Auth: Basic AuthRevokes the association of an app key (consumer key) with an API product, rendering the key unusable for accessing any of the API resources (URIs) defined in the specified API product
Sample Request:$ curl -H "Content-type: application/x-www-url-form-encoded" -X POST \
https://api.enterprise.apigee.com/v1/o/{org_name}/developers/{developer_email}/apps/{app_name}/keys/{consumer_key}/apiproducts/{apiproduct_name}?"action=revoke" \
-u myname:mypass
Sample Response:
Success 204 with no responseLast updated: about 1 month ago