Version: 202607
Delete script tag
DELETE/openapi/2026-07/script_tags/:script_tag_id
Removes a specific script tag from a shop's storefront.
Request
Path Parameters
script_tag_id stringrequired
Script tag ID
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
object
{
"code": "string",
"message": "string",
"data": {}
}