Delete an existing status update

Permanently deletes a status page report update.

DELETE https://uptime.betterstack.com/api/v2/status-pages/{status_page_id}/status-reports/{status_report_id}/status-updates/{status_update_id}

URL parameters

status_page_id
required string
status_report_id
required string
status_update_id
required string

Headers

Authorization
required string
204

Example cURL

Example
[label Example cURL]
curl --request DELETE \
  --url https://uptime.betterstack.com/api/v2/status-pages/123456/status-reports/12345/status-updates/123456 \
  --header "Authorization: Bearer $TEAM_TOKEN"