Add vault accounts to the address registry opt-out list
Adds one or more vault account ids to the workspace opt-out list for the address registry.
Headers
A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
Body
Vault account ids to add to the opt-out list (non-empty). Each element may be a JSON number or a decimal string; both forms are accepted.
110001
[10001, "10002"]Response
Opt-outs recorded; response body includes acceptedCount.
Result of adding vault account ids to the workspace opt-out list for the address registry.
Number of vault ids from the request that were processed. An empty vaultAccountIds list is rejected with HTTP 400, not a 200 with zero.
3