cURL
curl --request DELETE \ --url https://staging-api.capa.fi/api/partner/v2/user/{userId}/wallets/{walletId} \ --header 'partner-api-key: <partner-api-key>'
{ "success": true, "data": { "id": "8374f327-38bd-4b0b-b8a7-2524599eb903", "success": true } }
Api key for the affiliated partner that is performing the request
The userId of the user
"8374f327-38bd-4b0b-b8a7-2524599eb903"
The walletId of the wallet to delete
Soft deletes (disables) a wallet for a user
true
Show child attributes