Delete an existing status page section

Permanently deletes an existing status page section.

DELETE https://uptime.betterstack.com/api/v2/status-pages/{status_page_id}/sections/{section_id}

URL parameters

status_page_id
required string
section_id
required string

Headers

Authorization
required string
204

Example cURL

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