[[["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."],[[["This operation deletes a Merchant Center sub-account using an HTTP DELETE request."],["The request requires specifying the managing account ID and the sub-account ID as path parameters."],["An optional query parameter `force` allows deleting sub-accounts even if they have products."],["Authorization is necessary using OAuth scopes, specifically `https://www.googleapis.com/auth/content`."],["The request body should be empty, and a successful deletion results in an empty response body."]]],["This document details the process of deleting a Merchant Center sub-account. The `DELETE` HTTP request is made to the specified URL, including the `merchantId` (managing account's ID) and `accountId` (sub-account's ID) as path parameters. An optional query parameter, `force`, allows deleting sub-accounts containing products. The request body must be empty. A successful operation returns an empty JSON object. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope.\n"]]