DashboardsWriteRetry-safe

Delete dashboard

delete_dashboard

Delete a dashboard. Widgets pinned only here become unpinned but remain in the library.

Parameters

ParameterTypeRequiredDescription
dashboardIdstringrequiredInput for dashboardId.

Example call

The tool call an MCP client sends (required arguments shown with placeholder values).

{
"tool": "delete_dashboard",
"arguments": {
"dashboardId": "dashboardId_123"
}
}

Use this tool in

Related Dashboards tools