[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-01-23。"],[[["This operation deletes a specific product's local inventory from your merchant account using a DELETE request to the specified URL."],["It may take up to an hour for the deletion to be fully reflected, and repeated deletion attempts before this period should be avoided."],["The request requires specifying the product and local inventory to be deleted using the provided URL format with path parameters."],["An empty request body is necessary, and a successful deletion will result in an empty JSON response."],["Proper authorization with the `https://www.googleapis.com/auth/content` scope is required to execute this operation."]]],["This document details the process of deleting a `LocalInventory` from a product in a merchant account using a DELETE HTTP request. The request URL, formatted with gRPC Transcoding syntax, requires a `name` path parameter specifying the inventory to delete. The request body must be empty. Successful deletion, indicated by an empty JSON response, may take up to an hour to reflect. The process also requires `https://www.googleapis.com/auth/content` OAuth scope authorization.\n"]]