# Delete an offer pool

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

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

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

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

**Request DELETE** <https://{networkname}.api.offerslook.com/v1/offer_pools/8>

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

## Example response <a href="#example-response-5" id="example-response-5"></a>

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