Skip to main content
DELETE
Remove a shareholder
Remove one wallet from this MicroVault’s shareholder allowlist.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Idempotency-Key
string
required

Unique key for this intended change. Reuse it only when retrying the identical request.

Required string length: 1 - 200

Path Parameters

vaultId
string<uuid>
required

Ground identifier of the MicroVault whose shareholder list is being queried or changed.

Pattern: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89aAbB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$
Example:

"8f4c52d7-62ab-4db9-a964-92f481f6b851"

walletAddress
string
required

Wallet to approve for holding and receiving this MicroVault's shares, or to remove from that approval list. Valid nonzero EVM EOA or contract address. Mixed-case values must use a valid EIP-55 checksum.

Required string length: 42
Pattern: ^0x(?!0{40}$)[0-9a-fA-F]{40}$
Example:

"0x3bf25a73a1f1033c2d50ac65f3c9d6a44123db81"

Response

The operation was accepted.

task
object
required

Asynchronous change accepted for submission and onchain confirmation.

Example: