TextRequestClient.DeleteDashboardAsync(Int32, 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.
Deletes the specified dashboard
public virtual System.Threading.Tasks.Task<string> DeleteDashboardAsync(int idOfTheDashboardToMakeThisCallOn, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteDashboardAsync : int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
override this.DeleteDashboardAsync : int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Overridable Function DeleteDashboardAsync (idOfTheDashboardToMakeThisCallOn As Integer, Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)
Parameters
- idOfTheDashboardToMakeThisCallOn
- Int32
Id of the dashboard to make this call on
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Deletes the specified dashboard response.
Remarks
Deletes the specified dashboard.