Delete a Prometheus integration

Permanently deletes an existing Prometheus integration.

DELETE https://uptime.betterstack.com/api/v2/prometheus-integrations/{prometheus_integration_id}

URL parameters

prometheus_integration_id
required string

Headers

Authorization
required string
204

Example cURL

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