Delete a MassPay user

Building the request

  • walletId - The identifier for the wallet

Api Endpoint

https://api.sendwyre.com/v2/wallet/{walletId}

Params

keytypedescriptionrequired
walletIdStringID of the wallettrue
curl -v -XDELETE 'https://api.sendwyre.com/v2/wallet/{wallet-id}' \
  -H "X-Api-Key: {api-key}" \
  -H "X-Api-Signature: {signature}"
Language