RAS_DeleteConnection
Description
Delete an existing RAS connection
Syntax
RAS_DeleteConnection(sConnectionName) As Boolean
Parameters
sConnectionName (String)
The friendly name for the connection you want to delete
Example
VBScript
If bStatus Then bStatus = Ras_DeleteConnection("ACME VPN")