> 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/browser/delete_a_browser_of_offer.md).

# Delete a browser of offer

| HTTP method | Endpoint                                                        |
| ----------- | --------------------------------------------------------------- |
| **DELETE**  | **/v1/offers/{offer\_id}/browser/{offer\_browser\_target\_id}** |

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

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

## Response body parameters <a href="#response-body-parameters-2" id="response-body-parameters-2"></a>

| Field     | Type    | Description                                   |
| --------- | ------- | --------------------------------------------- |
| id        | integer |                                               |
| offer\_id | integer | A string that uniquely identifies this offer. |
| name      | string  | Browser to be targeted                        |

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

**Request DELETE** <https://{networkname}.api.offerslook.com/v1/offers/544478/browser/11>

**Request DELETE** <http://{networkname}.api.offerslook.com/v1/offers/544478/browser/11>

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

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