Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Delete a process template
Namespace:  Microsoft.TeamFoundation.Build.Server.Rest
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<HttpDeleteAttribute> _
Public Sub DeleteProcessTemplates ( _
    templateId As Integer _
)
[HttpDeleteAttribute]
public void DeleteProcessTemplates(
    int templateId
)
[HttpDeleteAttribute]
public:
void DeleteProcessTemplates(
    int templateId
)
[<HttpDeleteAttribute>]
member DeleteProcessTemplates : 
        templateId:int -> unit
public function DeleteProcessTemplates(
    templateId : int
)
Parameters
- templateId
 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.