Delete a specific dashboard by id
curl --request DELETE \
--url https://api.rootly.com/v1/dashboards/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "955f7236-376b-49ef-b40b-dc8e2eb8526e",
"type": "dashboards",
"attributes": {
"team_id": 156,
"user_id": 127,
"name": "Dashboard 10",
"description": null,
"slug": "dashboard-10",
"public": false,
"owner": "user",
"range": "Last 30 Days",
"period": "day",
"color": "#D7F5E1",
"icon": "📊",
"auto_refresh": false,
"updated_at": "2025-12-05T09:00:54.177-08:00",
"created_at": "2025-12-05T09:00:51.305-08:00"
},
"relationships": {
"panels": {
"data": []
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
dashboard deleted
Show child attributes
Unique ID of the dashboard
dashboards Show child attributes
The name of the dashboard
The owner type of the dashboard
user, team Whether the dashboard is public
The dashboard team
The dashboard user owner if owner is of type user
The description of the dashboard
The date range for dashboard panel data
The grouping period for dashboard panel data
Whether the dashboard auto-updates the UI with new data.
The hex color of the dashboard
#FCF2CF, #D7F5E1, #E9E2FF, #FAE6E8, #FAEEE6 The emoji icon of the dashboard
Date of creation
Date of last update
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/dashboards/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "955f7236-376b-49ef-b40b-dc8e2eb8526e",
"type": "dashboards",
"attributes": {
"team_id": 156,
"user_id": 127,
"name": "Dashboard 10",
"description": null,
"slug": "dashboard-10",
"public": false,
"owner": "user",
"range": "Last 30 Days",
"period": "day",
"color": "#D7F5E1",
"icon": "📊",
"auto_refresh": false,
"updated_at": "2025-12-05T09:00:54.177-08:00",
"created_at": "2025-12-05T09:00:51.305-08:00"
},
"relationships": {
"panels": {
"data": []
}
}
}
}