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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
""