cURL
curl --request DELETE \ --url https://rest.staging.nickel.com/vendorPayoutMethod/{vendorPayoutMethodId} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the vendor payout method to delete
Vendor payout method deleted