Delete Wallet

Delete a Wallet

Building the request

  • walletId - The identifier for the wallet

Api Endpoint

DELETE https://api.sendwyre.com/v2/wallet/:walletId

Params

keytypedescriptionrequired
walletIdStringID of the wallettrue
curl -v -XDELETE 'https://api.sendwyre.com/v2/wallet/walletId' \
  -H "X-Api-Key: {api-key}" \
  -H "X-Api-Signature: {signature}"
Language
Authorization
Header
Click Try It! to start a request and see the response here!