forked from gpsidev/api_v2_documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request gpsidev#4 from smoss19/patch-3
Update removeVehicleFromCannedMessageGroup.md
- Loading branch information
Showing
1 changed file
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
]} | ||
|