Delete Moving-Geofence API

Delete Moving Geofence API allows you to delete already existing moving geofences for a project.

Delete Moving-Geofence API

DELETE https://api.roam.ai/v1/api/moving-geofence/

Query Parameters

NameTypeDescription

geofence_id

string

Delete geofence for this id. E.g.- 5f9801aeffb3fb0de55e863d

Headers

NameTypeDescription

Api-key

string

Auth-key E.g.- 33223kjhdcscijhb5sdbsdmjsdcbj5f

{
    "status": true,
    "msg": "Geofence deleted successfully.",
    "code": 200,
    "data": {}
}

Sample Request

curl --location --request DELETE 'https://api.roam.ai/v1/api/moving-geofence/?geofence_id=5f9801aeffb3fb0de55e863d' \
--header 'Api-Key: e566c098cc6b441a9c3453b6fcf76e88' \
--header 'Content-Type: application/json'

Last updated