API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}
API Resource Path: /oauth1/accesstokens/{access_token}?action=revoke
Revokes the issued accesstoken
Verb: POST
Auth: Basic AuthContent 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/organizations/{org_name}/oauth1/accesstokens/{access_token}?"action=revoke" \
-u myname:mypass
Sample Response:
Success 204 with no responseErrors
Failure 404 with proper error message
{
"code" : "keymanagement.service.....",
"message" : "Access Token doesnot exist",
"contexts" : [ ]
}
Error Codes:
1. keymanagement.service.oauth10_access_token_doesnotexist
3. keymanagement.service.application_not_approved
4. keymanagement.service.oauth10_access_token_revoke_failed
Last updated:
about 1 month ago