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
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."