| LegacyTelogisServiceRemoveDriverFromTeam Method | 
Print this page
                        Remove the given 
            
Driver
             from the given 
            
Team
            . A Team is a collection of drivers.
            
 
Namespace: Telogis.API  Syntax
Syntaxpublic void RemoveDriverFromTeam(
	long teamId,
	long driverId
)
Public Sub RemoveDriverFromTeam ( 
	teamId As Long,
	driverId As Long
)
Parameters
- teamId
- Type: SystemInt64
 ID of the 
            Team
- driverId
- Type: SystemInt64
 ID of the 
            Driver
 See Also
See Also