Delete all geo of offer
HTTP method
Endpoint
DELETE
/v1/offers/{offer_id}/geo
Path parameters
Parameter
Description
offer_id
The unique id for the offer.
Example request
Request DELETE https://{networkname}.api.offerslook.com/v1/offers/3147/geo
Request DELETE http://{networkname}.api.offerslook.com/v1/offers/3147/geo
Example response
{
"code": 0,
"message": "Success",
"data": {
"offer_geo": {
"type": 1,
"target": [
]
}
}
}
Last updated
Was this helpful?