Delete the OAuth client
delete/tyk/oauth/clients/{apiId}/{clientId}
Path parameters
apiIdstring string required
API ID that owns this client (back end)
clientIdstring string required
OAuth Client ID to delete
Headers
x-tyk-authorizationstring string required
tyk gateway shared secret
Response
Succesful OAuth client deletion
Changes
Changed in 2 of the 3 revisions of this API.11
- ▲
added the new required
headerrequest parameterx-tyk-authorizationnew-required-request-parameter
- ▲
- ●
deleted the
headerrequest parameterx-tyk-authorizationrequest-parameter-removed
- ●