Method: collections.delete
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
This operation allows you to delete a collection from your Merchant Center account using an HTTP DELETE request.
You will need to provide the Merchant ID and Collection ID as path parameters in the request URL.
The request body should be empty, and a successful deletion will result in an empty response body.
Authorization is required using one of the specified OAuth scopes, such as https://www.googleapis.com/auth/content.
[[["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."],[],["The core action is deleting a collection from a Merchant Center account via a `DELETE` HTTP request. The request URL includes `merchantId` and `collectionId` as required path parameters. The request body must be empty. A successful deletion returns an empty JSON object in the response body. The authorization requires the `https://www.googleapis.com/auth/content` OAuth scope. The `merchantId` should be from a single client account, not a multi-client one.\n"]]