Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
This operation allows deletion of a return carrier linked to a specific Merchant Center account using the DELETE method.
The request requires two path parameters: accountId to identify the Merchant Center account and carrierAccountId to specify the return carrier to be deleted.
An empty request body is necessary, and a successful deletion results in an empty response body.
Authorization is required using OAuth 2.0 with the https://www.googleapis.com/auth/content scope.
[[["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."],[],["This document details the process for deleting a return carrier from a merchant account. The core action is executing a `DELETE` HTTP request to a specific endpoint: `https://shoppingcontent.googleapis.com/content/v2.1/accounts/{accountId}/returncarrier/{carrierAccountId}`. This requires providing the `accountId` and `carrierAccountId` as path parameters. The request body must be empty. Successful deletion results in an empty JSON response. The action requires OAuth scope: `https://www.googleapis.com/auth/content`.\n"]]