Batch Delete Pages

🔒

Requires write_shop_navigation access scope.

The Batch Delete Page API enables deleting specific pages from your store.

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

📘

Body Parameters

ParameterTypeDescriptionRequiredExample
idsarray of integerThe IDs of the pages to delete.Yes[123,123]

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!