Delete Website Page
Delete the page at path (and its entry file) from the draft.
The homepage (/) cannot be deleted — 422 website_home_page_protected.
A missing page is 404 website_page_not_found, so a repeated delete
converges instead of silently succeeding twice. A live site keeps serving
its published artifact until the next publish.
Authorizations
API key from Settings > Developer > REST API
Headers
Calendar-dated API version pin. New integrations should pin 2026-05-01 to opt into the newest response shapes. For back-compat the server also accepts requests with no header and resolves them to the current default (today: 2026-04-12); that default advances on each sunset date. Any unsupported value returns 400 unsupported_version.
2026-04-12, 2026-05-01 "2026-05-01"
Path Parameters
Query Parameters
Route path of the page to delete.
1 - 500^\S+$Optimistic-concurrency pin (409 on mismatch).
x >= 1Response
Successful Response
The response is of type Response Websitesdeletepage · object.