Delete the application specified by the given clientId.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub DeleteApplication ( _
    requestContext As TeamFoundationRequestContext, _
    clientId As String _
)
public void DeleteApplication(
    TeamFoundationRequestContext requestContext,
    string clientId
)
public:
void DeleteApplication(
    TeamFoundationRequestContext^ requestContext, 
    String^ clientId
)
member DeleteApplication : 
        requestContext:TeamFoundationRequestContext * 
        clientId:string -> unit
public function DeleteApplication(
    requestContext : TeamFoundationRequestContext, 
    clientId : String
)
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- clientId 
 Type: System.String- The clientId of the application to remove. 
.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.