Deletes a product from your Merchant Center account. Try it now.
Request
HTTP request
DELETE https://www.googleapis.com/content/v2.1/merchantId/products/productId
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
merchantId |
unsigned long |
The ID of the account that contains the product. This account cannot be a multi-client account. |
productId |
string |
The REST ID of the product. |
Optional query parameters | ||
feedId |
unsigned long |
The Content API Supplemental Feed ID. |
Authorization
This request requires authorization with the following scope:
Scope |
---|
https://www.googleapis.com/auth/content |
Request body
Do not supply a request body with this method.
Response
If successful, this method returns an empty response body.
Try it!
Use the APIs Explorer below to call this method on live data and see the response.