TeamHttpClientBase.DeleteTeamAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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.