Remove a chart comment

Permanently removes a comment from a chart.

DELETE https://telemetry.betterstack.com/api/v2/dashboards/{dashboard_id}/charts/{chart_id}/comments/{id}

URL parameters

dashboard_id
required integer
chart_id
required integer
id
required integer

Headers

Authorization
required string
204
403
404

Example request

cURL
curl --request DELETE \
     --url "https://telemetry.betterstack.com/api/v2/dashboards/1234/charts/18718/comments/1441" \
     --header "Authorization: Bearer $TOKEN"


You can remove a comment created through this API, meaning one whose api_authored attribute is true. With an OAuth token you can also remove that team member's own comments. Everything else returns 403, including comments written by other team members and the incident comments synced onto the chart from Uptime.