Skip to main content
DELETE
/
1
/
burn_alerts
/
{datasetSlug}
/
{burnAlertId}
Delete a Burn Alert
curl --request DELETE \
  --url https://api.honeycomb.io/1/burn_alerts/{datasetSlug}/{burnAlertId}
{
  "error": "<string>"
}

Path Parameters

datasetSlug
string
required

The dataset slug or use __all__ for endpoints that support environment-wide operations.

burnAlertId
string
required

The unique identifier (ID) of a Burn Alert.

Response

Success - no content