Remove a dashboard group

Permanently deletes a dashboard group by its ID.

Deleting a group does not delete the dashboards within it. Those dashboards will become ungrouped.

DELETE https://telemetry.betterstack.com/api/v2/dashboard-groups/{id}

URL parameters

id
required integer

Headers

Authorization
required string
204
404

Example request

cURL
curl --request DELETE \
     --url "https://telemetry.betterstack.com/api/v2/dashboard-groups/456" \
     --header "Authorization: Bearer $TOKEN"