Remove a single vault account from the address registry opt-out list
Removes this vault account id from the workspace opt-out list if it is present; otherwise the call still succeeds. Response body matches GET (optedOut is false after success). To clear the whole list, use DELETE /v1/address_registry/vaults.
DELETE
TypeScript
Path Parameters
Vault account id (non-negative integer).
Required range:
x >= 0Example:
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).
Always false after a successful remove — the vault is not on the opt-out list.
Example:
false
TypeScript