Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
Deletes a specific store for a given merchant using the provided merchant ID, target merchant ID, and store code.
Requires an empty request body and returns an empty response body upon successful deletion.
Needs authorization with the https://www.googleapis.com/auth/content scope.
Utilizes an HTTP DELETE request to https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/pos/{targetMerchantId}/store/{storeCode} with specified path parameters.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-25 UTC."],[],["This document details the process of deleting a store for a specified merchant. The `DELETE` HTTP request is made to the provided URL, including the merchant ID, target merchant ID, and store code as path parameters. The request body must be empty. Successful deletion results in an empty JSON object in the response body. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope.\n"]]