> For the complete documentation index, see [llms.txt](https://offerslook-api.gitbook.io/api-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://offerslook-api.gitbook.io/api-documentation/networkapi/offers/sub-resources/thumbnails/delete_the_thumbnail_of_the_offer.md).

# Delete the thumbnail of the offer

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

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

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

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

**Request DELETE** <https://{networkname}.api.offerslook.com/v1/offers/23/thumbnails>

**Request DELETE** <http://{networkname}.api.offerslook.com/v1/offers/23/thumbnails>

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

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