---
title: "Batch delete geofence"
method: POST
path: "/v1/geofence-collection/{collection}/batch-delete-geofence"
tags: ["Geofence Collection"]
---

# Batch delete geofence

`POST /v1/geofence-collection/{collection}/batch-delete-geofence`

Remove one or more geofences from the geofence collection by providing the IDs os the geofences.

## Path parameters

- `collection` string, required

## Request body

- BatchDeleteGeofenceRequest
  - `geofence_ids` string[], required

## Response `200`

BatchDeleteGeofenceResponse

- string

## Other responses

- `400` — bad input parameter
- `403` — not authorized
- `500` — internal server error

---

[API](https://skmtc.net/stellantis/apis/stellantis-connected-vehicle-api.md) · [All operations](https://skmtc.net/stellantis/apis/stellantis-connected-vehicle-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stellantis/stellantis-connected-vehicle-api/revisions/1d2213b04fdb/schema)
