Request
Path Parameters
uuidstringrequired
The status page UUID
Example:"sp_xyz789abc"
Response
Returns confirmation of deletion.
Permanently deletes a status page and all its configuration.
This action is irreversible. The status page, all its sections, services, and subscriber data will be permanently deleted.
Returns confirmation of deletion.
curl -X DELETE https://api.hyperping.io/v2/statuspages/sp_xyz789abc \
-H "Authorization: Bearer ${API_TOKEN}"{
"message": "Status page deleted"
}