[[["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-23 UTC."],[[["Unclaims a store's homepage, requiring admin access for execution."],["Uses an HTTP POST request to the specified URL with the store account as a path parameter."],["Requires an empty request body and returns the Homepage resource upon successful execution."],["Needs authorization with the `https://www.googleapis.com/auth/content` scope."]]],["This document outlines how to unclaim a store's homepage using a POST request. The request targets a specific homepage using its `name` path parameter within the URL: `accounts/{account}/homepage`. The request body must be empty. Successful execution returns a `Homepage` resource in the response body. Admin access and the OAuth scope `https://www.googleapis.com/auth/content` are mandatory for this operation. The provided URL follows gRPC Transcoding syntax.\n"]]