DELETE
/
api
/
apis
/
oauth
/
{apiId}
/
{clientId}
Delete OAuth client.
curl --request DELETE \
  --url https://{tenant}/api/apis/oauth/{apiId}/{clientId} \
  --header 'Authorization: Bearer <token>'
{
  "Message": "OAuth client deleted successfully.",
  "Meta": null,
  "Status": "OK"
}

Authorizations

Authorization
string
header
required

The Tyk Dashboard API Access Credentials

Path Parameters

apiId
string
required

The API’s ID.

clientId
string
required

The client ID.

Response

Deleted successfully.

ID
string
Message
string
Meta
any
Status
string