action shop_pro_delete_script_tag { label: "スクリプトタグの削除" description: "" provider: shop_pro method: DELETE path: "/appstore/v1/script_tags/{scriptTagId}.json" encoding: json input: { type: "object" properties: { scriptTagId: { type: "integer" } } required: ["scriptTagId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }