Domain registration
Remove digital wallet domain name
Removes domain for given digital wallet.
DELETE
/
digital-wallets
/
{digital_wallet_id}
/
domains
This endpoint requires the digital-wallets.write
scope.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
digital_wallet_id
string
requiredThe ID of the registered digital wallet.
Body
application/json
Domain name for a digital wallet.
domain_name
string
requiredThe domain name that a digital wallet can be used on. To use a digital wallet on a website, the domain of the site is required to be in this list.
Was this page helpful?