delete
https://{subdomain}.myshoplaza.com/openapi/2025-06/redirects/
Delete a specific url redirect using its unique identifier.
Requireswrite_shop_navigationaccess scope. More access scope
The Delete Redirect API allows you to remove an existing redirect from your shop by providing its unique ID.
This API is especially useful for:
- Removing outdated or invalid redirects.
- Cleaning up unused or deprecated redirect entries.
- Maintaining a streamlined list of active redirects.
Request Parameters
Public Request Parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
id | string | Yes | Unique identifier of the redirect. | 4540188244553 |
Response Explanation
Public Response Parameters
Error Response
| Field | Type | Example | Description |
|---|---|---|---|
code | string | InvalidParameter | Error http message |
message | string | `` | Error message |
