DELETE Geofence API
Delete Geofence API allows you to delete already existing geofences for a project.
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 Geofence API
DELETE
https://api.roam.ai/v1/api/geofence
Query Parameters
Name | Type | Description |
---|---|---|
geofence_id | string | Delete geofence for this id. E.g.- 5f73326ce5fc231ba4b253eb |
Headers
Name | Type | Description |
---|---|---|
Api-key | string | Auth-key E.g.-33223kjhdcscijhb5sdbsdmjsdcbj5f |
Request Body
Name | Type | Description |
---|---|---|
geofence_id | array | Array of geofence_id to be deleted. E.g- ["5f73326ce5fc231ba4b253eb", "5f73326ce5fc231ba4b2534f"] |
Sample Request
Single Delete
Bulk Delete
Last updated