Remove status page group

Permanently deletes an existing status page group.

DELETE https://uptime.betterstack.com/api/v2/status-page-groups/{status_page_group_id}

URL parameters

status_page_group_id
required string

Headers

Authorization
required string
204

Example cURL

Example
curl --request DELETE \
  --url https://uptime.betterstack.com/api/v2/status-page-groups/1372854 \
  --header "Authorization: Bearer $TOKEN"