DashboardsWriteRetry-safe

Delete query

delete_query

Delete a query. Fails if any widget still references it.

Parameters

ParameterTypeRequiredDescription
queryIdstringrequiredInput for queryId.

Example call

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

{
"tool": "delete_query",
"arguments": {
"queryId": "queryId_123"
}
}

Use this tool in

Related Dashboards tools