DELETE
/
v1
/
dashboards
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/dashboards/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "29242a27-8337-40a5-aaad-be77f19e78ec",
    "type": "dashboards",
    "attributes": {
      "team_id": 69,
      "user_id": 71,
      "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-04-18T09:45:59.530-07:00",
      "created_at": "2025-04-18T09:45:54.689-07:00"
    },
    "relationships": {
      "panels": {
        "data": []
      }
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/vnd.api+json
dashboard deleted
data
object
required