Skip to main content
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

Path Parameters

apiId
string
required
clientId
string
required

Response

ID
string
Message
string
Meta
any
Status
string