Deletes the service identity given the id
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub DeleteServiceIdentity ( _
    requestContext As TeamFoundationRequestContext, _
    serviceIdentityId As Guid _
)
public void DeleteServiceIdentity(
    TeamFoundationRequestContext requestContext,
    Guid serviceIdentityId
)
public:
void DeleteServiceIdentity(
    TeamFoundationRequestContext^ requestContext, 
    Guid serviceIdentityId
)
member DeleteServiceIdentity : 
        requestContext:TeamFoundationRequestContext * 
        serviceIdentityId:Guid -> unit
public function DeleteServiceIdentity(
    requestContext : TeamFoundationRequestContext, 
    serviceIdentityId : Guid
)
Parameters
- requestContext 
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext- The request context 
- serviceIdentityId 
 Type: System.Guid- The Team Foundation id of the identity to delete 
.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.