AI-generated Key Takeaways
-
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 |
Parent ID in the format
|
name |
Name in the format
|
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.