GitRepositoriesController.DeleteRepository Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Delete a git repository
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Sub DeleteRepository ( _
repositoryId As Guid _
)
public void DeleteRepository(
Guid repositoryId
)
public:
void DeleteRepository(
Guid repositoryId
)
member DeleteRepository :
repositoryId:Guid -> unit
public function DeleteRepository(
repositoryId : Guid
)
Parameters
- repositoryId
Type: System.Guid
.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.