Basic information

DELETE /{shopId}/script-tags/{scriptTagId}

Deletes a script tag identified by the provided script tag ID. Using this call, only deletes the script tags created by an application, not all the script tags of a shop.

Authorisation

OAuth 2.0 Token required with scopes:

scripttags_write

URI parameters

Name Type Description
shopId string

The unique identifier of the shop.

Required: true
Example: DemoShop
scriptTagId string
Required: true

Response

HTTP 204