v1

latestOpenAPI 3.0.0Apache 2.02026-08-063010285.3 KB
Geofence Collection

Batch delete geofence

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

post/v1/geofence-collection/{collection}/batch-delete-geofence

Path parameters

collectionstring required

The geofence collection name

Request body

geofence_idsstring[] required

Example request

{
  "geofence_ids": [
    "geofence_id",
    "geofence_id2"
  ]
}

Response

BatchDeleteGeofenceResponse

string required

Example response

"Successfully deleted geofence(s) from geofence collection (collection_name)."