Skip to main content

ClaimRevoked

result object
idstring

UUID identifier of the transaction

Example: 6585b5fb-8de8-452d-aa96-8e5de0f1ca09
claimIdstring

UUID identifier of the claim to be revoked

Example: 848bd21f-9282-465b-8966-3026d30119e5
successboolean

Boolean value indicating whether the claim was successfully revoked

Example: 0xB45663e77451cE7009209Ea4e7F62d64F2355D71
messagestring

Information message

Example: ClaimRevoked
ClaimRevoked
{
"result": {
"id": "6585b5fb-8de8-452d-aa96-8e5de0f1ca09",
"claimId": "848bd21f-9282-465b-8966-3026d30119e5",
"success": "0xB45663e77451cE7009209Ea4e7F62d64F2355D71",
"message": "ClaimRevoked"
}
}