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}

Revokes a developer app key

Verb: POST

Auth: Basic Auth

Revokes a developer app key and renders it unusable for accessing API products

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}?"action=revoke" \
-u myname:mypass
Sample Response:
Success 204 with no response