[[["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-01-30 UTC."],[[["Deletes a specific return policy associated with a designated Merchant Center account."],["Requires a `DELETE` request to the specified endpoint, including `merchantId` and `returnPolicyId` as path parameters."],["The request body should be empty, and a successful deletion results in an empty response body."],["Authorization necessitates the use of the `https://www.googleapis.com/auth/content` OAuth scope."]]],["This document details the process of deleting a return policy from a Merchant Center account. The core action is a `DELETE` HTTP request to a specific endpoint: `https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/returnpolicy/{returnPolicyId}`. Two path parameters are required: `merchantId`, specifying the account, and `returnPolicyId`, identifying the policy. The request body must be empty. A successful deletion returns an empty JSON object. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope.\n"]]