Remove an alert

Permanently deletes an alert by its ID.

DELETE https://telemetry.betterstack.com/api/v2/explorations/{exploration_id}/alerts/{id}

URL parameters

exploration_id
required integer
id
required integer

Headers

Authorization
required string
204
404

Example Request

cURL
curl --request DELETE \
     --url "https://telemetry.betterstack.com/api/v2/explorations/123/alerts/789" \
     --header "Authorization: Bearer $TOKEN"