v51

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

Delete OAuth client

Please note that tokens issued with the client ID will still be valid until they expire.

delete/tyk/oauth/clients/{apiID}/{keyName}

Path parameters

apiIDstring required

The API id

keyNamestring required

The Client ID

Response

OAuth client deleted

actionstring
keystring
key_hashstring
statusstring

Example response

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