DELETE/v2/statuspages/{uuid}

Delete a status page

Permanently deletes a status page and all its configuration.

⚠️Warning

This action is irreversible. The status page, all its sections, services, and subscriber data will be permanently deleted.

Request

Path Parameters
uuidstringrequired
The status page UUID
Example:"sp_xyz789abc"

Response

Returns confirmation of deletion.

RequestcURL
curl -X DELETE https://api.hyperping.io/v2/statuspages/sp_xyz789abc \
  -H "Authorization: Bearer ${API_TOKEN}"
200 OKJSON
{
  "message": "Status page deleted"
}