Delete a specific dashboard by id
curl --request DELETE \
--url https://api.rootly.com/v1/dashboards/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "214d6b6a-5f92-4588-885b-18ac0bf3ae89",
"type": "dashboards",
"attributes": {
"team_id": 181,
"user_id": 160,
"name": "Dashboard 10",
"description": null,
"slug": "dashboard-10",
"public": false,
"owner": "user",
"range": "Last 30 Days",
"period": "day",
"color": "#E9E2FF",
"icon": "📊",
"auto_refresh": false,
"updated_at": "2026-01-23T22:55:40.681-08:00",
"created_at": "2026-01-23T22:55:38.696-08:00"
},
"relationships": {
"panels": {
"data": []
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/dashboards/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "214d6b6a-5f92-4588-885b-18ac0bf3ae89",
"type": "dashboards",
"attributes": {
"team_id": 181,
"user_id": 160,
"name": "Dashboard 10",
"description": null,
"slug": "dashboard-10",
"public": false,
"owner": "user",
"range": "Last 30 Days",
"period": "day",
"color": "#E9E2FF",
"icon": "📊",
"auto_refresh": false,
"updated_at": "2026-01-23T22:55:40.681-08:00",
"created_at": "2026-01-23T22:55:38.696-08:00"
},
"relationships": {
"panels": {
"data": []
}
}
}
}