Skip to main content
DELETE
/
address_registry
/
vaults
/
{vaultAccountId}
TypeScript
const response: Promise<FireblocksResponse<AddressRegistryRemoveVaultOptOutResponse>> = fireblocks.compliance.removeAddressRegistryVaultOptOut(complianceApiRemoveAddressRegistryVaultOptOutRequest);
{
  "optedOut": false
}

Documentation Index

Fetch the complete documentation index at: https://fireblocks-43c4b3ee-chore-add-cli.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

vaultAccountId
integer<int32>
required

Vault account id (non-negative integer).

Required range: x >= 0
Example:

10001

Response

Success; optedOut is false (list entry removed if it existed)

Body after removing one vault from the opt-out list; same fields as GET for that vault (optedOut is false).

optedOut
boolean
required

Always false after a successful remove — the vault is not on the opt-out list.

Example:

false