Delete Payout Method
DELETE/affiliate-manager/:locationId/affiliate/:affiliateId/payout-method/:payoutMethodId
Delete a payout method. The primary method cannot be deleted while the affiliate holds more than one.
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
Location Id
affiliateId stringrequired
Affiliate Id
payoutMethodId stringrequired
Payout Method Id
Successful response
- application/json
- Schema
- Example (auto)
Schema
successbooleanrequired
Whether the action completed
messagestringrequired
Human readable outcome
{
"success": true,
"message": "Payout method deleted successfully"
}