Skip to main content
PATCH
/
clients
/
me
/
wallets
/
{walletId}
/
complete-eject
Complete wallet ejection
curl --request PATCH \
  --url https://api.portalhq.io/api/v3/clients/me/wallets/{walletId}/complete-eject \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.

Path Parameters

walletId
string
required

The unique identifier of the wallet.

Response

Ejection completed successfully