HTTP method
Endpoint
DELETE
/v1/offers/{offer_id}/browser/{offer_browser_target_id}
Parameter
Description
offer_id
The unique id for the offer.
offer_browser_target_id
The browser id for the browser.
Field
Type
id
integer
A string that uniquely identifies this offer.
name
string
Browser to be targeted
Request DELETE https://{networkname}.api.offerslook.com/v1/offers/544478/browser/11arrow-up-right
Request DELETE http://{networkname}.api.offerslook.com/v1/offers/544478/browser/11arrow-up-right
Last updated 5 years ago
{ "code": 0, "message": "Success", "data": { "offer_browser": null } }