# Delete all geo of offer

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

## 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/3147/geo>

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

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

```
    {
      "code": 0,
      "message": "Success",
      "data": {
        "offer_geo": {
          "type": 1,
          "target": [

          ]
        }
      }
    }
```
