HTTP method
Endpoint
DELETE
/v1/affiliates/{affiliate_id}/blocked/{offer_ids}
Parameter
Description
affiliate_id
The unique id for the affiliate.
offer_ids
The unique id for the offer.Comma-separated list of offer_ids.
Note:The limit of bulk adjustment is 100 offer_ids.
Field
Type
id
integer
Affiliate id.
offer_id
Offer id.
Request DELETE https://{networkname}.api.offerslook.com/v1/affiliates/4998/blocked/3046,1122arrow-up-right
Request DELETE http://{networkname}.api.offerslook.com/v1/affiliates/4998/blocked/3046,1122arrow-up-right
Last updated 5 years ago
{ "code": 0, "message": "Success", "data": { "affiliate_blocked": [] } }