Deletes a connected service
Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub DeleteConnectedService ( _
    name As String, _
    teamProject As String _
)
public void DeleteConnectedService(
    string name,
    string teamProject
)
public:
void DeleteConnectedService(
    String^ name, 
    String^ teamProject
)
member DeleteConnectedService : 
        name:string * 
        teamProject:string -> unit
public function DeleteConnectedService(
    name : String, 
    teamProject : String
)
Parameters
- name 
 Type: System.String- Service name such as azure subscription id 
- teamProject
 Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.