Delete an existing incident

This will permanently delete an existing incident.

DELETE https://uptime.betterstack.com/api/v2/incidents/{incident_id}

URL parameters

incident_id
required string

Headers

Authorization
required string
204

Example cURL

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