v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBDashboards
Delete dashboards
Delete dashboards using the specified IDs. If there are any failures, no dashboards will be deleted (partial success is not allowed).
delete/api/v1/dashboard
Request body
Example request
{
"data": [
{
"id": "123-abc-456",
"type": "dashboard"
}
]
}Response
No Content