Remove a dashboard

Permanently deletes an existing dashboard.

DELETE https://telemetry.betterstack.com/api/v2/dashboards/{id}

URL parameters

id
required string

Headers

Authorization
required string
204
401
404

Response body

{
  "errors": "Resource with the provided ID was not found"
}

Example cURL

Example
curl --request DELETE \
     --url "https://telemetry.betterstack.com/api/v2/dashboards/123" \
     --header "Authorization: Bearer $TOKEN"