Remove all vault-level address registry opt-outs for the workspace
Removes all vault accounts from the workspace opt-out list.
DELETE
TypeScript
Response
All opt-outs cleared; response body includes removedCount.
Result of clearing all vault-level opt-outs for the address registry on this workspace.
Number of opt-out rows deleted (0 if none existed).
Example:
5
Previous
Get whether a vault account is opted out of the address registryReturns whether this vault account is on the workspace opt-out list (`optedOut` true or false). List, add, and clear-all are available on `/v1/address_registry/vaults`; this path reads or removes one vault.
Next
TypeScript