PUT /tokens/push/{tokenId}/{username}/revoke-kyc
PUT
/tokens/push/{tokenId}/{username}/revoke-kyc
Unsets the KYC flag for the user. Only users with the Standard Registry role are allowed to make the request.
tokenId*
String
TokenID
username*
Username
{ content: application/json: schema: $ref: '#/components/schemas/Task' }
{ // Response }
{ content: application/json: schema: $ref: '#/components/schemas/Error' }