API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}
API Resource Path: /oauth1/accesstokens/{access_token}
Deletes the specified access token
Verb: DELETE
Auth: Basic AuthSample Response:
{
"app" : "myApp",
"appUserId" : "Developer@apigee.com",
"attributes" : [ {
"name" : "region",
"value" : "south"
}, {
"name" : "country",
"value" : "norway"
} ],
"consumerKey" : "mlfBg7NH9tCua8wUhuamKHeTdfHxMB0A",
"consumerSecret" : "iF1lDg239ngfhLWH",
"createdAt" : 1343037194128,
"createdBy" : "1343037194128",
"expiresAt" : 1343038994128,
"issuedAt" : 1343037194128,
"lastModifiedAt" : 1343037194207,
"lastModifiedBy" : "Admin",
"scope" : "global",
"secret" : "HJ3Gl6KTF01pAH24GAAdGfb8dOq1",
"status" : "approved",
"token" : "kNw6eQrL5G7etEBcvqvRTL01E5rY"
}
Errors
Failure 404 with proper error message
{
"code" : "keymanagement.service.....",
"message" : "Access Token doesnot exist",
"contexts" : [ ]
}
Error Codes:
1. keymanagement.service.oauth10_access_token_doesnotexist
2. keymanagement.service.oauth10_access_token_deletion_failed
Last updated:
about 1 month ago