> 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/carriers/delete_all_carriers_of_offer.md).

# Delete all carriers of a offer

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

### Delete all carriers of a offer, default can push all information carriers.

## 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-3" id="example-request-3"></a>

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

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

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

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