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": "ff19d79f-7a15-402c-beb3-3d66e7d6c76b",
"type": "dashboard_panels",
"attributes": {
"dashboard_id": "b3a4eeee-3111-4e0f-852d-d3f1a9c30fa5",
"name": "Test panel",
"params": {
"display": "line_chart",
"datasets": [
{
"collection": "incidents",
"filter": [],
"aggregate": {
"operation": "count",
"key": "results",
"cumulative": false
}
}
]
},
"position": null,
"created_at": "2025-11-26T20:52:15.736-08:00",
"updated_at": "2025-11-26T20:52:16.609-08:00",
"data": [
{
"name": "Incidents",
"color": null,
"data": {
"2025-11-19": 0,
"2025-11-20": 0,
"2025-11-21": 0,
"2025-11-22": 0,
"2025-11-23": 0,
"2025-11-24": 0,
"2025-11-25": 0,
"2025-11-26": 0
}
}
]
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
dashboard panel deleted
Show child attributes
Unique ID of the dashboard_panel
dashboard_panels Show child attributes
Show child attributes
line_chart, line_stepped_chart, column_chart, stacked_column_chart, monitoring_chart, pie_chart, table, aggregate_value Show child attributes
alerts, incidents, incident_post_mortems, incident_action_items, users Show child attributes
and, or Show child attributes
and, or =, !=, >=, <=, exists, not_exists, contains, not_contains, assigned, unassigned The panel dashboard
The name of the dashboard_panel
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/dashboard_panels/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "ff19d79f-7a15-402c-beb3-3d66e7d6c76b",
"type": "dashboard_panels",
"attributes": {
"dashboard_id": "b3a4eeee-3111-4e0f-852d-d3f1a9c30fa5",
"name": "Test panel",
"params": {
"display": "line_chart",
"datasets": [
{
"collection": "incidents",
"filter": [],
"aggregate": {
"operation": "count",
"key": "results",
"cumulative": false
}
}
]
},
"position": null,
"created_at": "2025-11-26T20:52:15.736-08:00",
"updated_at": "2025-11-26T20:52:16.609-08:00",
"data": [
{
"name": "Incidents",
"color": null,
"data": {
"2025-11-19": 0,
"2025-11-20": 0,
"2025-11-21": 0,
"2025-11-22": 0,
"2025-11-23": 0,
"2025-11-24": 0,
"2025-11-25": 0,
"2025-11-26": 0
}
}
]
}
}
}