Admin ERC-3643 Remove Claim

post/api/v2/{coin}/admin/erc3643/removeClaim

Remove a claim (identified by issuer address + topic) from one or all identity contracts for a coin. Pass walletId="all" or walletId="*" to process every wallet with an identityAddress. Wallets where the claim is already absent on-chain are skipped rather than failing.

Path Parameters

  • coinstringRequired
    The coin type (e.g. thbarevm, hbarevm)
    Example: thbarevm

Request Body

walletId string required
Wallet ID or "all" / "*" to process every wallet on this coin
keyId string required
KMS key ID used to sign the on-chain transaction
claimIssuerAddress string required
The claim issuer contract address (EVM, checksummed or lowercase)
topic number required
ERC-3643 claim topic number — claimId is computed internally from issuer + topic

200 Response

txHashes array[string] required
Transaction hashes for successfully submitted removeClaim transactions
identitiesProcessed number required
Number of identities that were processed
failures array[object] required
Wallets that failed to process
walletId string required
The wallet ID that failed
error string required
Error message describing the failure
skipped array[object] required
Wallets intentionally skipped because the claim was already absent on-chain
walletId string required
The wallet ID that was skipped
reason string required
Reason the wallet was skipped (e.g. claim already absent on-chain)

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

404 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

500 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id