v1

latestOpenAPI 3.0.0Apache 2.02026-08-063010285.3 KB
Geofencing Notifications

Delete geofencing subscription for a vin and a geofence collection.

Delete a geofencing subscription. This action stops the tracking of a vehicle's movements in and out of a geofence collection.

delete/v1/geofencing-notifications/subscription

Request body

vinstring required
collection_namestring required

Example request

{
  "vin": "3D7UT2CL0BG625027",
  "collection_name": "collection_name"
}

Response

DeleteGeofencingSubscriptionResponse

string required

Example response

"Success! Subscription for vin: 3D7UT2CL0BG625027 and geofence collection: collection_name deleted successfully."