Delete all browser of offer
HTTP method
Endpoint
DELETE
/v1/offers/{offer_id}/browser
Delete all browser of offer, default can push all information browser.
Path parameters
Parameter
Description
offer_id
The unique id for the offer.
Example request
Request DELETE https://{networkname}.api.offerslook.com/v1/offers/544478/browser
Request DELETE http://{networkname}.api.offerslook.com/v1/offers/544478/browser
Example response
{
"code": 0,
"message": "Success",
"data": {
"offer_browser": null
}
}
Last updated
Was this helpful?