revoke all client's tokens

POST {{baseUrl}}/tyk/oauth/revoke_all

revoke all the tokens for a given oauth client

Request Body

[{"name"=>"client_id", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"client_secret", "value"=>"<string>", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

&quot;&quot;