DELETE Geofence API
Delete Geofence API allows you to delete already existing geofences for a project.
Last updated
Delete Geofence API allows you to delete already existing geofences for a project.
Last updated
You can delete the geofence by two options below:
Query Parameters: This can accept only one geofence_id which can be deleted.
Body Parameters: If you want to delete more than one geofence, you can use the body parameters with upto 200 geofence_id at a time.
DELETE
https://api.roam.ai/v1/api/geofence
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Single Delete
Bulk Delete
geofence_id
string
Delete geofence for this id. E.g.- 5f73326ce5fc231ba4b253eb
Api-key
string
Auth-key E.g.-33223kjhdcscijhb5sdbsdmjsdcbj5f
geofence_id
array
Array of geofence_id to be deleted.
E.g- ["5f73326ce5fc231ba4b253eb", "5f73326ce5fc231ba4b2534f"]