RevokeClientRequest

RevokeClientRequest
Revoke client request

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. Either Asset Id or Client Id must be provided. If both present Asset Id will be used to revoke the client associated with Asset Id.

string
client_id
Optional

Client Id of Oauth App. Either Client Id or Asset Id must be provided. If both present Asset Id will be used to revoke the client associated with Asset Id.

Parameter To