API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}
API Resource Path: /oauth1/requesttokens/{request_token}?action=revoke
Verb: POST
Auth: Basic AuthSample Request:
$ curl -H "Content-type: application/x-www-url-form-encoded" -X POST \
https://api.enterprise.apigee.com/v1/organizations/{org_name}/oauth1/requesttokens/{request_token}?"action=revoke" \
-u myname:mypass
Sample Response:
Success 200 with proper responseErrors
Failure 404 with proper error message
{
"code" : "keymanagement.service......",
"message" : "Request Token doesnot exist",
"contexts" : [ ]
}
Error Code:
1. keymanagement.service.oauth10_request_token_doesnot_exist
3. keymanagement.service.application_not_approved
4. keymanagement.service.oauth10_request_token_revoke_failed
Last updated:
about 1 month ago