Skip to content

Commit

Permalink
Merge pull request gpsidev#4 from smoss19/patch-3
Browse files Browse the repository at this point in the history
Update removeVehicleFromCannedMessageGroup.md
  • Loading branch information
pendenga committed Jul 30, 2015
2 parents fe72f1d + adf99f0 commit 820d518
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion garmin/removeVehicleFromCannedMessageGroup.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
Description and examples for /v2/garmin/removeVehicleFromCannedMessageGroup to follow...
Description and examples for /v2/garmin/removeVehicleFromCannedMessageGroup to follow...
Remove a vehicle from a Canned Message Group. This can be done by vehicle name, vin, lmu_serial, or nuvi_serial.
* Example:
* http://api.gpsinsight.com/v2/garmin/removeVehicleFromCannedMessageGroup?&token=authToken&group=X&vehicle=x
* http://api.gpsinsight.com/v2/garmin/removeVehicleFromCannedMessageGroup?&token=authToken&group=X&vin=x
* http://api.gpsinsight.com/v2/garmin/removeVehicleFromCannedMessageGroup?&token=authToken&group=X&lmu_serial=x
* http://api.gpsinsight.com/v2/garmin/removeVehicleFromCannedMessageGroup?&token=authToken&group=X&nuvi_serial=x

* Response:

{
head: { ... },
data: [
{ result: "Deleted"
}
]}

0 comments on commit 820d518

Please sign in to comment.