Delete all affiliates of the tier
Last updated
HTTP method
Endpoint
DELETE
/v1/offer_payout_tiers/{tier_id}/affiliates
Parameter
Description
tier_id
The unique id for the offer payout tier.
Field
Type
Description
tier_id
integer
Offer payout tier id.
Request DELETE https://{networkname}.api.offerslook.com/v1/offer_payout_tiers/27/affiliates
Request DELETE http://{networkname}.api.offerslook.com/v1/offer_payout_tiers/27/affiliates
{
"code": 0,
"message": "Success",
"data": {
"offer_payout_tier_affiliate": null
}
}Last updated