Unrevoke tokensCopy Pagepost https://{hostname}/taas/v2/revocation-lists/{revocationListId}/identifiers/removeRemove token identifiers from a revocation list.Path ParamsrevocationListIdintegerrequiredUniquely identifies each revocation list. This corresponds to the revocation list object's id member.Query ParamsaccountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.Body ParamsToken identifiers the API removes from your revocation list. stringADD stringHeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200The API removed the tokens from the revocation list. 400Bad request. You provided bad parameter data or formatted the request body incorrectly. 401Unauthorized. A value in your authentication credential is invalid or it has expired. 403Access forbidden. You lack permission for this operation, such as having read-only access. 404Not found. You've input the API URL incorrectly or named an asset that doesn't exist. 405Unauthorized. A value in your authentication credential is invalid or it has expired. 415Unsupported media type. You've used an unsupported request or response content type, such as application/xml. Try the operation again using application/json. 500Internal server error. An internal error occurred. Try the request again. If the error continues, contact your account team.Updated 4 months ago