---
title: "Delete a status page"
method: DELETE
path: "/api/status-pages/{id}"
tags: ["Status Pages"]
---

# Delete a status page

`DELETE /api/status-pages/{id}`

Permanently deletes a status page and all its components.

## Response `200`

Status page deleted

- object
  - `success` boolean, required
  - `message` string, required

## Other responses

- `401` — Authentication required or token invalid
- `403` — Insufficient permissions
- `404` — Resource not found

---

[API](https://skmtc.dev/supercheck-io/apis/supercheck-api.md) · [All operations](https://skmtc.dev/supercheck-io/apis/supercheck-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supercheck-io/supercheck-api/revisions/81782deccf0e/schema)
