TextRequestClient.DeleteDashboardAsync(Int32, CancellationToken) Method

Definition

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.

Applies to