| Back to main index | 
		Attributes in [Head] section:
	
		Type: 7
		Allowed Mode: 0 (try once)
		Allowed Blocking: 0 (non blocking)
		
		
		Attributes in [StopOffPoint] section:
		
Sample .in file: Remove the stop-off point with the unique ID 682009486
| 
			[Head] Type=7 Mode=0 Blocking=0 [StopOffPoint] StopOffPointID=682009486  | 
Note: Get the unique ID of a stop-off point with the "get the stop-off point list" request (chapter 2.1.6).
Attributes in [StopOffPoint] section:
| StopOffPointResult | Description | 
|---|---|
| -3 | Stop-off point was not removed, the actual GPS position can't be removed | 
| -2 | Stop-off point was not removed, the stop-off point is currently in use by navigation | 
| -1 | Stop-off point was not removed, there is no stop-off point with the given ID | 
| 1 | Stop-off point was removed | 
Sample .out file: The stop-off point with the unique ID 349896687 was successfully deleted
| 
			[Head] Type=7 TypeDesc=remove stop-off point Mode=0 ModeDesc=try once Blocking=0 BlockingDesc=not blocking Timestamp=682065750 Id=682065718 Result=2 ResultDesc=success and request deleted ExecuteDuration=62 [StopOffPoint] StopOffPointID=682009486 StopOffPointResult=1 StopOffPointResultDesc=stop-off point removed  | 
| Back to main index | Top of page |