Delete Instant Site page
DELETE
https://vuega.ecwid.com/api/v1/{storeId}/page/{pageId}
Required access scopes
Your app must have the following access scopes to make this request: manage_instant_site
Path params
All path params are required.
storeId
number
Ecwid store ID.
pageId
string
Internal page ID.
Headers
The Authorization header is required.
Authorization
string
Response JSON
A JSON object with full page details right before the delete operation:
pageId
string
Internal page ID.
title
string
Name of the page visible to the store owner in Instant Site editor.
urlPath
string
Page path on the website, for example, "/legal"
.
visible
boolean
Defines if the page is enabled and visible on the storefront.
visibleHeader
boolean
Defines if the page header is enabled and visible on the storefront.
visibleFooter
boolean
Defines if the page footer is enabled and visible on the storefront.
visibleAnnouncementBar
boolean
Defines if the announcement bar ah the page top is enabled and visible on the storefront.
seoTitle
string
Page title for search crawlers and SEO tools. If specified, overrides title
for them.
seoDescription
string
Page description for search crawlers and SEO tools.
shareImage
string
Image that is shown when the page link with the preview is shared in social media.
indexed
boolean
Defines if the page should be indexed by web search services.
isAvailableToEdit
boolean
Defines if the page can be edited through the Instant Site editor in Ecwid admin.
tileIds
array of strings
List of tile IDs that are enabled on this page. Order of tiles in this list is applied to the page (first tile at the top, last - at the bottom).
Last updated
Was this helpful?