Delete a Grafana integration

Permanently deletes an existing Grafana integration.

DELETE https://uptime.betterstack.com/api/v2/grafana-integrations/{grafana_integration_id}

URL parameters

grafana_integration_id
required string

Headers

Authorization
required string
204

Example cURL

Example
curl --request DELETE \
  --url https://uptime.betterstack.com/api/v2/grafana-integrations/37 \
  --header "Authorization: Bearer $TEAM_TOKEN"