Delete an existing status page

Permanently deletes an existing status page.

DELETE https://betteruptime.com/api/v2/status-pages/{status_page_id}

URL parameters

status_page_id
required string

Headers

Authorization
required string
204

Example cURL

Example
curl --request DELETE \
  --url https://betteruptime.com/api/v2/status-pages/123456789 \
  --header "Authorization: Bearer $TEAM_TOKEN"