API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}
API Resource Path: companies/{company_name}/apps/{app_name}/keys/{consumer_key}?action=revoke
Revokes the App Key of a Company App
Verb: POST
Auth: Basic AuthSample Request:
$ curl -H "Content-type: application/x-www-url-form-encoded" -X POST \
-u myname:mypass https://api.enterprise.apigee.com/v1/o/{org_name}/companies/{company_name}/apps/{app_name}/keys/{consumer_key}?"action=revoke"
Sample Response:
Success 204 with no responseErrors
Failure 4xx with proper error message
{
"code" : "keymanagement.service.InvalidClientIdForGivenApp",
"message" : "Invalid consumer key for Given App",
"contexts" : [ ]
}