delete
https://{subdomain}.myshoplaza.com/openapi/2025-06/themes/
Delete a specific theme using its unique identifier.
Requireswrite_themesaccess scope. More access scope
The Delete Theme API allows users to remove a theme from the store. This action cannot be undone, so ensure that the theme is no longer needed before deleting it.
This API is especially useful for:
- Managing and cleaning up unused themes in the store.
- Automating the deletion of outdated or unneeded themes.
Request Parameters
Public Request Parameters
| Parameter | Type | Required | Example | Description |
|---|---|---|---|---|
theme_id | string | Yes | 1500021b-88ed-4750-bbc5-97ec98351dc0 | Theme's unique identifier. |
Response Explanation
Public Response Parameters
Successful Response
| Parameter | Type | Example | Description |
|---|---|---|---|
code | string | "success" | Status code of the response |
message | string | "OK" | Descriptive message of the response |
Error Response
| Field | Type | Example | Description |
|---|---|---|---|
code | string | InvalidParameter | Error http message |
message | string | `` | Error message |
