deleteDashboard
Delete dashboard
Details
- Method:
DELETE - Path:
/rest/api/3/dashboard/{id} - Operation ID:
deleteDashboard
Parameters
{
"id": {
"description": "The ID of the dashboard.",
"required": true,
"location": "path",
"type": "string"
}
}Usage
from ocp_agent import OCPAgent
agent = OCPAgent()
await agent.register_api('jira')
# Call this tool
result = await agent.call_tool('deleteDashboard', {
# Add required parameters here
})