cURL
curl --request POST \ --url https://api.portalhq.io/api/v3/clients/me/eject \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "clientPlatform": "<string>", "clientPlatformVersion": "<string>" } '
{ "error": "<string>" }
Ejects the client, marking the wallet as ejected. This is an irreversible operation.
Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.
The client platform identifier.
The client platform version.
Client ejected successfully
Was this page helpful?