Method: accounts.products.delete
    
    
      
      
      Stay organized with collections
     
    
      
      Save and categorize content based on your preferences.
     
   
     
  
  
  
   
  
  
    
      
  
  
    
      
        outlined_flag 
       
     
    
      
        
          Deletes a specified product from a Manufacturer Center account using its ID, target country, and content language.
         
      
        
          Requires an empty request body and returns an empty response body upon successful deletion.
         
      
        
          Uses the DELETE method and specific path parameters including the account ID and product information for identification.
         
      
        
          Needs authorization with the https://www.googleapis.com/auth/manufacturercenter scope for access.
         
      
     
   
 
    
    
    
      
      
      
        Deletes the product from a Manufacturer Center account.
       
      
        
          HTTP request 
          DELETE https://manufacturers.googleapis.com/v1/{parent=accounts/*}/products/{name}
The URL uses gRPC Transcoding  syntax.
         
        
          Path parameters 
          
            
               
            
              
                Parameters 
               
             
            
              
                parent
                  string
                  Parent ID in the format accounts/{account_id}.
account_id - The ID of the Manufacturer Center account.
                 
               
              
                name
                  string
                  Name in the format {targetCountry}:{contentLanguage}:{productId}.
targetCountry - The target country of the product as a CLDR territory  code (for example, US).
contentLanguage - The content language of the product as a two-letter  ISO 639-1 language code (for example, en).
productId - The ID of the product. For more information, see  https://support.google.com/manufacturers/answer/6124116#id .
                 
               
             
          
         
        
          Request body 
          The request body must be empty.
         
        
          Response body 
          If successful, the response body is an empty JSON object.
         
        
          Authorization scopes 
          Requires the following OAuth scope:
          
            https://www.googleapis.com/auth/manufacturercenter For more information, see the OAuth 2.0 Overview .
         
       
      
     
  
  
  
 
  
    
      
       
    
    
      
    
     
  
       
    
    
      
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-08-14 UTC.
 
 
  
  
  
    
      [[["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-08-14 UTC."],[],[]]