delinkGeofence

GET request: This API is used to delink a geofence from a device using its geofence id for an account on Intouch.

Input:

  • License_key: the REST API license key allocated to you. This is part of URL structure.
  • geofenceId: MapmyIndia Geofence ID.
  • deviceId: MapmyIndia Device ID. Multiple entries are not allowed.
Output:
  • message:success or fail
  • status: 200

Example URL Response:
https://apis.mapmyindia.com/intouch/v1/<licence_key>/delinkGeofence?deviceId=1346&geofenceId=45472

{  "message": "success",  "status": 200  }