Delete the volume based tiers of the affiliate payout
HTTP method
Endpoint
DELETE
/v1/affiliate_payouts/{affiliate_payout_id}/affiliate_tiers
Path parameters
Parameter
Description
affiliate_payout_id
The unique id for the affiliate payout.
Example request
Request DELETE https://{partnername}.api.offerslook.com/v1/affiliate_payouts/8/affiliate_tiers
Request DELETE http://{partnername}.api.offerslook.com/v1/affiliate_payouts/8/affiliate_tiers
Example response
{
"code": 0,
"message": "Success",
"data": {
"affiliate_tier": null
}
}
Last updated
Was this helpful?