Delete status page

Delete a status page and all its components.

Delete status page

DELETE /status-pages/:id

Delete a status page and all its components.

Auth: Bearer token (write scope)

This permanently removes the page at /status/:slug, its components, subscribers, and any incidents scoped to the page.

Request

bash
curl -X DELETE -H "Authorization: Bearer hu_..." \ "https://happyuptime.com/api/v1/status-pages/sp_002"

Response

json
{ "data": { "id": "sp_002", "deleted": true } }
Ask a question... ⌘I