Invalidate OAuth refresh token

DELETE {{baseUrl}}/tyk/oauth/refresh/:keyName?api_id=<string>

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

Request Params

KeyDatatypeRequiredDescription
api_idstring(Required) The API id

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;action&quot;:&quot;\u003cstring\u003e&quot;,&quot;key&quot;:&quot;\u003cstring\u003e&quot;,&quot;key_hash&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;\u003cstring\u003e&quot;}