v51

latestOpenAPI 3.0.3Mozilla Public License Version 2.0raw.githubusercontent.com2026-08-0165205256.0 KB
OAuth

Invalidate OAuth refresh token

It is possible to invalidate refresh tokens in order to manage OAuth client access more robustly.

delete/tyk/oauth/refresh/{keyName}

Path parameters

keyNamestring required

The Client ID

Query parameters

api_idstring required

The API id

Response

Deleted

actionstring
keystring
key_hashstring
statusstring

Example response

{
  "action": "modified",
  "key": "b13d928b9972bd18",
  "status": "ok"
}