The deleteDashboard() GraphQL mutation may be used to delete a dashboard in LogScale.

For more information on dashboards, see the Dashboards & Widgets documentation page.

Syntax

Below is the syntax for the deleteDashboard() mutation field:

deleteDashboard(input: DeleteDashboardInput!): DeleteDashboardMutation!

Given Datatypes

For the given datatype, DeleteDashboardInput, there are several parameters that may be given. Below is a list of them along with their datatypes and a description of each:

Table: DeleteDashboardInput

ParameterTypeRequired[a]DefaultDescription
idstringyes Unique identifier of the dashboard.

[a] Some arguments may be required, as indicated in this column. For some fields, this column indicates that a result will always be returned for it.


Returned Datatypes

The returned datatype DeleteDashboardMutation has its own parameters. Below is a list of them along with their datatypes and a description of each:

Table: DeleteDashboardMutation

ParameterTypeRequired[a]DefaultDescription
dashboardDashboardyes The dashboard to delete (see Dashboard Table).

[a] Some arguments may be required, as indicated in this column. For some fields, this column indicates that a result will always be returned for it.