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": "80da6241-cd47-412a-9f6d-9a4b25cdc5f2",
"type": "status_pages",
"attributes": {
"title": "Quis aspernatur aliquam voluptatem.",
"slug": "quis-aspernatur-aliquam-voluptatem",
"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": [],
"authentication_method": "none",
"saml_idp_sso_service_url": null,
"saml_idp_slo_service_url": null,
"saml_idp_cert": null,
"saml_idp_cert_fingerprint": null,
"saml_name_identifier_format": "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress",
"saml_sp_entity_id": "http://localhost:3001/teams/537/status-pages/80da6241-cd47-412a-9f6d-9a4b25cdc5f2/saml/metadata",
"saml_authentication_available": false,
"created_at": "2026-01-29T14:37:28.742-08:00",
"updated_at": "2026-01-29T14:37:32.932-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/status-pages/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "80da6241-cd47-412a-9f6d-9a4b25cdc5f2",
"type": "status_pages",
"attributes": {
"title": "Quis aspernatur aliquam voluptatem.",
"slug": "quis-aspernatur-aliquam-voluptatem",
"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": [],
"authentication_method": "none",
"saml_idp_sso_service_url": null,
"saml_idp_slo_service_url": null,
"saml_idp_cert": null,
"saml_idp_cert_fingerprint": null,
"saml_name_identifier_format": "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress",
"saml_sp_entity_id": "http://localhost:3001/teams/537/status-pages/80da6241-cd47-412a-9f6d-9a4b25cdc5f2/saml/metadata",
"saml_authentication_available": false,
"created_at": "2026-01-29T14:37:28.742-08:00",
"updated_at": "2026-01-29T14:37:32.932-08:00"
}
}
}