Delete a specific status page by id
curl --request DELETE \
--url https://api.rootly.com/v1/status-pages/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "2f1f1ec4-ee1e-42b0-8279-42aa12a4f015",
"type": "status_pages",
"attributes": {
"title": "Quisquam vitae sunt qui.",
"slug": "quisquam-vitae-sunt-qui",
"public_title": null,
"description": null,
"public_description": null,
"header_color": "#0061F2",
"footer_color": "#1F2F41",
"allow_search_engine_index": true,
"public": false,
"website_url": null,
"website_privacy_url": null,
"website_support_url": null,
"ga_tracking_id": null,
"time_zone": "Etc/UTC",
"success_message": "All Systems Operational",
"failure_message": "Something's not quite right",
"authentication_enabled": false,
"authentication_password": "[REDACTED]",
"enabled": true,
"functionality_ids": [],
"service_ids": [],
"allow_email_subscribers": true,
"allow_sms_subscribers": true,
"allow_rss_atom_feeds": true,
"show_uptime": true,
"show_uptime_last_days": 60,
"external_domain_names": [],
"created_at": "2025-09-11T06:45:38.714-07:00",
"updated_at": "2025-09-11T06:45:45.597-07:00"
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Resource UUID
status_page deleted
The response is of type object
.
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/status-pages/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "2f1f1ec4-ee1e-42b0-8279-42aa12a4f015",
"type": "status_pages",
"attributes": {
"title": "Quisquam vitae sunt qui.",
"slug": "quisquam-vitae-sunt-qui",
"public_title": null,
"description": null,
"public_description": null,
"header_color": "#0061F2",
"footer_color": "#1F2F41",
"allow_search_engine_index": true,
"public": false,
"website_url": null,
"website_privacy_url": null,
"website_support_url": null,
"ga_tracking_id": null,
"time_zone": "Etc/UTC",
"success_message": "All Systems Operational",
"failure_message": "Something's not quite right",
"authentication_enabled": false,
"authentication_password": "[REDACTED]",
"enabled": true,
"functionality_ids": [],
"service_ids": [],
"allow_email_subscribers": true,
"allow_sms_subscribers": true,
"allow_rss_atom_feeds": true,
"show_uptime": true,
"show_uptime_last_days": 60,
"external_domain_names": [],
"created_at": "2025-09-11T06:45:38.714-07:00",
"updated_at": "2025-09-11T06:45:45.597-07:00"
}
}
}