Delete Page

Delete a specific page using its unique identifier.

🔒

Requires write_shop_navigation access scope. More access scope

The Delete Page API allows you to delete a specific page.

This API is especially useful for:

  1. Removing obsolete or unwanted pages.
  2. Managing content dynamically to keep the store's structure organized.

Request Parameters

Public Request Parameters

📘

Path Parameters

ParameterTypeRequiredDescriptionExample
idstringYesThe ID of the page to delete.122313

Response Explanation

Public Response Parameters

📘

Successful Response

FieldTypeExampleDescription
codestring"success"Status code of the response
messagestringDescriptive message of the response
data.statusinteger0Status of the operation (0 for success).

Error Response

FieldTypeExampleDescription
codestringInvalidParameterError http message
messagestring``Error message

API Structure Overview

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!