AI-generated Key Takeaways
- 
          Permanently deletes a specified product from your Merchant Center account using the DELETEmethod.
- 
          Requires your merchantId,productId, and optionally afeedIdfor supplemental feed deletions.
- 
          An empty request body is necessary, and a successful deletion results in an empty response body. 
- 
          Utilizes the https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/products/{productId}endpoint for the operation.
- 
          Needs authorization with the https://www.googleapis.com/auth/contentscope.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Deletes a product from your Merchant Center account.
HTTP request
DELETE https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/products/{productId}
Path parameters
| Parameters | |
|---|---|
| merchantId | 
 The ID of the account that contains the product. This account cannot be a multi-client account. | 
| productId | 
 The REST ID of the product. | 
Query parameters
| Parameters | |
|---|---|
| feedId | 
 The Content API Supplemental Feed ID. If present then product deletion applies to the data in a supplemental feed. If absent, entire product will be deleted. | 
Request body
The request body must be empty.
Response body
If successful, the response body is an empty JSON object.
Authorization scopes
Requires one of the following OAuth scopes:
- https://www.googleapis.com/auth/content
For more information, see the OAuth 2.0 Overview.