DELETE
/
v1
/
dashboards
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/dashboards/%7Bid%7D \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "data": {
    "id": "5812af00-af87-4ca0-a56a-ca6df321f839",
    "type": "dashboards",
    "attributes": {
      "team_id": 90,
      "user_id": 88,
      "name": "Dashboard 10",
      "description": null,
      "slug": "dashboard-10",
      "public": false,
      "owner": "user",
      "range": "Last 30 Days",
      "period": "day",
      "color": "#FCF2CF",
      "icon": "📊",
      "auto_refresh": false,
      "updated_at": "2025-03-11T19:09:22.507-07:00",
      "created_at": "2025-03-11T19:09:17.471-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