cURL
curl --request PATCH \ --url https://api.portalhq.io/api/v3/clients/me/wallets/{walletId}/complete-eject \ --header 'Authorization: Bearer <token>'
{ "error": "<string>" }
Completes the ejection process for a wallet.
Documentation IndexFetch the complete documentation index at: https://docs.portalhq.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.portalhq.io/llms.txt
Use this file to discover all available pages before exploring further.
Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.
The unique identifier of the wallet.
Ejection completed successfully
Was this page helpful?