UNSETS KYC FLAG FOR THE USER
Unsets the KYC flag for the user.
PUT
/tokens/{tokenId}/{username}/revoke-kyc
Unsets the KYC flag for the user. Only users with the Standard Registry role are allowed to make the request.
Path Parameters
{
content:
application/json:
schema:
$ref: '#/components/schemas/TokenInfo'
}
{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}
{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}