cURL
curl --request DELETE \ --url https://{tenant}/tyk/oauth/refresh/{keyName} \ --header 'X-Tyk-Authorization: <api-key>'
{ "action": "deleted", "key": "2a06b398c17f46908de3dffcb71ef87df", "status": "ok" }
It is possible to invalidate refresh tokens in order to manage OAuth client access more robustly.
Was this page helpful?