Last updated
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
Description
id
integer
offer_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/11
Request DELETE http://{networkname}.api.offerslook.com/v1/offers/544478/browser/11
Last updated
{
"code": 0,
"message": "Success",
"data": {
"offer_browser": null
}
}