Skip to main content
POST
C#
This endpoint requires the digital-wallets.write scope.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-gr4vy-merchant-account-id
string | null

The ID of the merchant account to use for this request.

Example:

"default"

Path Parameters

digital_wallet_id
string<uuid>
required

The ID of the digital wallet to remove a domain for.

Example:

"1808f5e6-b49c-4db9-94fa-22371ea352f5"

Body

application/json
domain_name
string
required

The domain to add or remove.

Example:

"example.com"

Response

Successful Response