delete buyer wallet
DELETE/org/:orgId/buyer/:buyerId/wallet/:walletId
delete a wallet of the buyer, if it's a payment method, sync to payment provider too.
Request
Path Parameters
orgId stringrequired
Organization ID
buyerId stringrequired
Buyer ID
walletId stringrequired
Wallet ID
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
Schema
string
Bad request error
- application/json
- Schema
Schema
string
Internal server error
- application/json
- Schema
Schema
string
Loading...