DELETE
/
api
/
v1
/
liquidity
/
onboarding
/
whitelist
/
{wallet_address}
Remove Wallet from Whitelist
curl --request DELETE \
  --url https://api.mansa.io/api/v1/liquidity/onboarding/whitelist/{wallet_address} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-API-Key: <api-key>'
{
  "message": "Wallet removed from whitelist"
}

Authorizations

X-API-Key
string
header
required

API key for authentication

Authorization
string
header
required

JWT token following RFC001 specification

Path Parameters

wallet_address
string
required

Wallet address to remove

Example:

"0xABC123..."

Response

Wallet removed from whitelist

The response is of type object.