API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}

API Resource Path: /developers/{developer_email}/apps/{app_name}?action=revoke

Revokes a Developer App, disabling access to all API Products

Verb: POST

Auth: Basic Auth

Content Types:

application/x-www-url-form-encoded

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