Delete an affiliate of the tier
HTTP method
Endpoint
DELETE
/v1/offer_payout_tiers/{tier_id}/affiliates/{affiliate_id}
Path parameters
Parameter
Description
tier_id
The unique id for the offer payout tier.
affiliate_id
The unique id for the affiliate.
Response body parameters
Field
Type
Description
tier_id
integer
Offer payout tier id.
affiliate_id
integer
Affiliate id.
Example request
Request DELETE https://{networkname}.api.offerslook.com/v1/offer_payout_tiers/27/affiliates/3
Request DELETE http://{networkname}.api.offerslook.com/v1/offer_payout_tiers/27/affiliates/3
Example response
Last updated