Delete a New Relic integration

Permanently deletes an existing New Relic integration.

DELETE https://uptime.betterstack.com/api/v2/new-relic-integrations/{new_relic_integration_id}

URL parameters

new_relic_integration_id
required string

Headers

Authorization
required string
204

Example cURL

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