delete https://api.sendwyre.com/v2
Delete a MassPay user
Building the request
walletId
- The identifier for the wallet
Api Endpoint
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/{wallet-id}' \
-H "X-Api-Key: {api-key}" \
-H "X-Api-Signature: {signature}"