v1

latestOpenAPI 3.1.02026-07-26165182724.7 KB
Business Trusted Beneficiary

Revoke the Trusted Beneficiary mark from an address (business)

Single-call TOTP-confirmed untrust for a business address. The supplied totpCode is verified and the trust is removed in a single request.

post/business/beneficiary/address/untrust

Request body

businessIdstring uuid required
whitelistedAddressIdstring uuid required
totpCodestring required

6–8 character TOTP or recovery code, verified at the time of the request.

Example request

{
  "businessId": "8b1d5f2a-3c4e-4a6b-9f0d-7e2c1a4b5d6e",
  "whitelistedAddressId": "4c8e1b3d-7a2f-4d9c-8b6e-1f0a2b3c4d5e"
}

Response

Untrust applied.

okboolean required