Skip to main content
DELETE
/
vendorPayoutMethod
/
{vendorPayoutMethodId}
Delete a vendor payout method
curl --request DELETE \
  --url https://rest.staging.nickel.com/vendorPayoutMethod/{vendorPayoutMethodId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

vendorPayoutMethodId
string
required

ID of the vendor payout method to delete

Response

Vendor payout method deleted

message
string