delete
https://{subdomain}.myshoplaza.com/openapi/2025-06/pages/store-pages/batch
Requireswrite_shop_navigationaccess scope.
The Batch Delete Page API enables deleting specific pages from your store.
This API is especially useful for:
- Removing obsolete or unwanted pages.
- Managing content dynamically to keep the store's structure organized.
Request Parameters
Public Request Parameters
Body Parameters
| Parameter | Type | Description | Required | Example |
|---|---|---|---|---|
| ids | array of integer | The IDs of the pages to delete. | Yes | [123,123] |
Response Explanation
Public Response Parameters
Successful Response
| Field | Type | Example | Description |
|---|---|---|---|
code | string | "success" | Status code of the response |
message | string | Descriptive message of the response | |
data.status | integer | 0 | Status of the operation (0 for success). |
Error Response
| Field | Type | Example | Description |
|---|---|---|---|
code | string | InvalidParameter | Error http message |
message | string | `` | Error message |
