Opt the workspace out of the address registry
Opts the workspace out. No request body. Response uses the same JSON shape as GET; status is OPTED_OUT.
DELETE
TypeScript
Response
Success; response body includes status OPTED_OUT
Workspace participation in the address registry. Same shape for GET, POST (opt in), and DELETE (opt out).
OPTED_IN or OPTED_OUT.
Available options:
OPTED_IN, OPTED_OUT Example:
"OPTED_IN"
Previous
List vault-level address registry opt-outs (paginated)Lists vault accounts that are opted out of the address registry for this workspace. Pagination uses `next` and `prev` cursors from the response. If `pageSize` is omitted, **50** items are returned per page; allowed range is **1–100** per request.
Next
TypeScript