Delete an offer pool

HTTP method

Endpoint

DELETE

/v1/offer_pools/{pool_id}

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

Request DELETE http://{networkname}.api.offerslook.com/v1/offer_pools/8

Example response

    {
      "code": 0,
      "message": "Success",
      "data": {
        "offer_pool": null
      }
    }

Last updated