delete
https://api.sendwyre.com/v2/wallet/:walletId
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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}"
