Edit

TeamHttpClientBase.DeleteTeamAsync Method

Definition

[Preview API] Delete a team.

public virtual System.Threading.Tasks.Task DeleteTeamAsync(string projectId, string teamId, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member DeleteTeamAsync : string * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeleteTeamAsync : string * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task

Parameters

projectId
String

The name or ID (GUID) of the team project containing the team to delete.

teamId
String

The name of ID of the team to delete.

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to