Delete Wallet
This endpoint removes the account's child wallet from your account.
Delete Wallet
DELETE
https://api.sendwyre.com/v2/wallet/{walletId}
Path Parameters
Name
Type
Description
walletID
string
ID of the wallet
DELETE
https://api.sendwyre.com/v2/wallet/{walletId}
Example
curl -v -XDELETE 'https://api.sendwyre.com/v2/wallet/{wallet-id}' \
-H "X-Api-Key: {api-key}" \
-H "X-Api-Signature: {signature}"
Last updated
Was this helpful?