Delete a specific dashboard panel by id
curl --request DELETE \
--url https://api.rootly.com/v1/dashboard_panels/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "b44387c9-cabf-40c1-b4c2-0a978e5eed65",
"type": "dashboard_panels",
"attributes": {
"dashboard_id": "0e9fcf0b-a13d-4219-bb56-58a4ba9744b2",
"name": "Test panel",
"params": {
"display": "line_chart",
"datasets": [
{
"collection": "incidents",
"filter": [],
"aggregate": {
"operation": "count",
"key": "results",
"cumulative": false
}
}
]
},
"position": null,
"created_at": "2026-01-06T11:18:13.868-08:00",
"updated_at": "2026-01-06T11:18:14.739-08:00",
"data": [
{
"name": "Incidents",
"color": null,
"data": {
"2025-12-30": 0,
"2025-12-31": 0,
"2026-01-01": 0,
"2026-01-02": 0,
"2026-01-03": 0,
"2026-01-04": 0,
"2026-01-05": 0,
"2026-01-06": 0
}
}
]
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/dashboard_panels/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "b44387c9-cabf-40c1-b4c2-0a978e5eed65",
"type": "dashboard_panels",
"attributes": {
"dashboard_id": "0e9fcf0b-a13d-4219-bb56-58a4ba9744b2",
"name": "Test panel",
"params": {
"display": "line_chart",
"datasets": [
{
"collection": "incidents",
"filter": [],
"aggregate": {
"operation": "count",
"key": "results",
"cumulative": false
}
}
]
},
"position": null,
"created_at": "2026-01-06T11:18:13.868-08:00",
"updated_at": "2026-01-06T11:18:14.739-08:00",
"data": [
{
"name": "Incidents",
"color": null,
"data": {
"2025-12-30": 0,
"2025-12-31": 0,
"2026-01-01": 0,
"2026-01-02": 0,
"2026-01-03": 0,
"2026-01-04": 0,
"2026-01-05": 0,
"2026-01-06": 0
}
}
]
}
}
}