Geofencing Notifications
Disable geofencing notifications for a vin and a geofence collection.
Disable geofencing notifications for a vin and a geofence collection for all existing subscribers.
post/v1/geofencing-notifications/disable
Request body
Example request
{
"vin": "3D7UT2CL0BG625027",
"collection_name": "collection_name"
}Response
DisableGeofencingNotificationsResponse
string required
Example response
"Success! Notifications for vin: 3D7UT2CL0BG625027 and geofence collection: collection are disabled."