Skip to main content
POST
Revokes a previously verified identity on-chain and marks the off-chain customer record revoked. Use this when a customer fails ongoing compliance checks or when their verification must be invalidated. Call it once without txHash to get the calldata, and again with txHash once you have broadcast it. The record is updated on the second call.

Request Body

string
required
Ethereum wallet address to revoke.
string
Hash of the transaction you broadcast. Send it to confirm the revocation and update the record. Omit it to receive the calldata.

Response Fields

object
Confirmation checks that the transaction called revokeIdentity on the address you named. A receipt that revokes a different address is rejected and no record changes.