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
Example request
{
"geofence_ids": [
"geofence_id",
"geofence_id2"
]
}Response
BatchDeleteGeofenceResponse
string required
Example response
"Successfully deleted geofence(s) from geofence collection (collection_name)."