delete
https://{subdomain}.myshoplaza.com/openapi/2025-06/pages/
Delete a specific page using its unique identifier.
Requireswrite_shop_navigationaccess scope. More access scope
The Delete Page API allows you to delete a specific page.
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
Path Parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
id | string | Yes | The ID of the page to delete. | 122313 |
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 |
