Delete Page
Pages
Delete Page
Delete a page
DELETE
Delete Page
Delete Page
Permanently deletes a page. This action cannot be undone.Request
Path Parameters
The unique page ID (
pageId) to deleteResponse
HTTP status code (
200 on success)Outcome state,
success on successHuman-readable result message
Example Response
Error Response
When no page matches the ID for the store, the request returns a404 envelope:
Notes
- Navigation menu links pointing to this page will become broken.
Error Codes
| Status | State | Description |
|---|---|---|
401 | error | Invalid or missing access token |
403 | error | App doesn’t have write_content scope |
404 | error | Page with the specified ID does not exist |