Delete all offers from offer pool by pool id
HTTP method
Endpoint
DELETE
/v1/offer_pools/{pool_id}/offers
Path parameters
Parameter
Description
pool_id
The unique id for the offer pool.
Example request
Request DELETE https://{networkname}.api.offerslook.com/v1/offer_pools/8/offers
Request DELETE http://{networkname}.api.offerslook.com/v1/offer_pools/8/offers
Example response
{
"code": 0,
"message": "Success",
"data": {
"pool_offer": null
}
}
Last updated
Was this helpful?