TeamsClient.DeleteSectionAsync(String, CancellationToken) 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.
Delete a section
public virtual System.Threading.Tasks.Task DeleteSectionAsync(string sectionId, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteSectionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeleteSectionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function DeleteSectionAsync (sectionId As String, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- sectionId
- String
Section ID
- cancellationToken
- CancellationToken
Cancellation token.
Returns
Remarks
Deletes a teamwork section for the current user