delete https://api.sendwyre.com/v2/wallet/:walletId
Delete a Wallet
Building the request
walletId
- The identifier for the wallet
Api Endpoint
DELETE https://api.sendwyre.com/v2/wallet/:walletId
Params
key | type | description | required |
---|---|---|---|
walletId | String | ID of the wallet | true |
curl -v -XDELETE 'https://api.sendwyre.com/v2/wallet/walletId' \
-H "X-Api-Key: {api-key}" \
-H "X-Api-Signature: {signature}"