Skip to main content

tcRemoveWalletKeyFromIdentity

methodstring

Name of the predefined method to be used

Example: tc_removeWalletKeyFromIdentity
params object
walletAddressstring

Address of the wallet to be removed from the identity

Example: 0xC593e77451cE7009209Ea4e7F62d64F2355D71ff
identityAddressstring

Address of the identity contract

Example: 0xC593e77451cE7009209Ea4e7F62d64F2355D71ff
purposestring

Purpose of the wallet to be deleted from identity (MANAGEMENT, ACTION, ENCRYPTION, CLAIM)

Example: MANAGEMENT
tcRemoveWalletKeyFromIdentity
{
"method": "tc_removeWalletKeyFromIdentity",
"params": {
"walletAddress": "0x123456A9571241e97cDb61E3FfD1937D885454dd",
"identityAddress": "0x5Bbfb5dAB27c0b32FDdAa6705d8B23E070a7613e",
"purpose": "MANAGEMENT"
}
}