delete
https://{subdomain}.myshoplaza.com/openapi/2025-06/script_tags/
Removes a specific script tag from a shop's storefront.
Requireswrite_script_tagaccess scope. More access scope
This Delete Script Tag API endpoint allows developers to remove a specific script tag from a Shoplazza store's storefront.
This API is especially useful for:
- Removing outdated or unused analytics and tracking scripts
- Deleting client-side integrations that are no longer needed
Request Parameters
Public Request Parameters
Path Parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
script_tag_id | string | Yes | Unique identifier of the script tag to be updated | script_tag_123456789 |
Response Explanation
Public Response Parameters
Successful Response
| Parameter | Type | Example | Description |
|---|---|---|---|
code | string | "200" | HTTP status code |
message | string | "Success" | Operation result message |
data | object | - |
Error Response
| Field | Type | Example | Description |
|---|---|---|---|
code | string | InvalidParameter | Error http message |
message | string | `` | Error message |
