Skip to main content
DELETE
Delete Page

Delete Page

Permanently deletes a page. This action cannot be undone.

Request

Path Parameters

id
string
required
The unique page ID (pageId) to delete

Response

status
integer
HTTP status code (200 on success)
state
string
Outcome state, success on success
message
string
Human-readable result message

Example Response

Error Response

When no page matches the ID for the store, the request returns a 404 envelope:

Notes

  • Navigation menu links pointing to this page will become broken.

Error Codes

StatusStateDescription
401errorInvalid or missing access token
403errorApp doesn’t have write_content scope
404errorPage with the specified ID does not exist