Skip to main content
POST
/
custodians
/
me
/
clients
/
{clientId}
/
prepare-eject
Prepare a client for eject (deprecated)
curl --request POST \
  --url https://api.portalhq.io/api/v3/custodians/me/clients/{clientId}/prepare-eject \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "walletId": "walletId",
  "ejectableUntil": "2025-06-18T15:23:00.470Z"
}
'
"2025-03-04T15:26:43.123Z"

Authorizations

Authorization
string
header
required

Portal API Key (Custodian API Key). Pass as a Bearer token in the Authorization header.

Path Parameters

clientId
string
required

The unique identifier of the client.

Body

application/json
walletId
string
required

The wallet ID of the wallet to prepare for eject.

ejectableUntil
string<date-time>

Optional deadline for ejection.

Response

Wallet prepared for ejection

The ejectableUntil timestamp