# Delete all offers from offer pool by pool id

| HTTP method | Endpoint                               |
| ----------- | -------------------------------------- |
| **DELETE**  | **/v1/offer\_pools/{pool\_id}/offers** |

## Path parameters <a href="#path-parameters-5" id="path-parameters-5"></a>

| Parameter | Description                       |
| --------- | --------------------------------- |
| pool\_id  | The unique id for the offer pool. |

## Example request <a href="#example-request-7" id="example-request-7"></a>

**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 <a href="#example-response-7" id="example-response-7"></a>

```
    {
      "code": 0,
      "message": "Success",
      "data": {
        "pool_offer": null
      }
    }
```
