RevokeClientRequest

RevokeClientRequest
RevokeClientRequest

Revoke client request. You need to pass asset id or client id as input. Asset id or client id can be fetched from Oauth App search api.

JSON Example
{
    "tenant_id": "string",
    "asset_id": "string",
    "client_id": "string"
}
string
tenant_id
Required

Id of the owner tenant in which Oauth App is created

string
asset_id
Optional

Asset id of Oauth App.

string
client_id
Optional

client id of Oauth App

Parameter To