Skip to main content
DELETE
/
address_registry
/
vaults
TypeScript
const response: Promise<FireblocksResponse<AddressRegistryRemoveAllVaultOptOutsResponse>> = fireblocks.compliance.removeAllAddressRegistryVaultOptOuts();
{
  "removedCount": 5
}

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.

Response

All opt-outs cleared; response body includes removedCount.

Result of clearing all vault-level opt-outs for the address registry on this workspace.

removedCount
integer<int32>
required

Number of opt-out rows deleted (0 if none existed).

Example:

5