LabelsController.DeleteLabel Method
Deletes the build label
Namespace: Microsoft.TeamFoundation.Build.Server.Rest
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<HttpDeleteAttribute> _
Public Sub DeleteLabel ( _
buildId As Integer _
)
[HttpDeleteAttribute]
public void DeleteLabel(
int buildId
)
[HttpDeleteAttribute]
public:
void DeleteLabel(
int buildId
)
[<HttpDeleteAttribute>]
member DeleteLabel :
buildId:int -> unit
public function DeleteLabel(
buildId : int
)
Parameters
- buildId
Type: System.Int32
.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.