public sealed class DeleteProductRequest : IMessage<DeleteProductRequest>, IEquatable<DeleteProductRequest>, IDeepCloneable<DeleteProductRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class DeleteProductRequest.
Request message for
[ProductService.DeleteProduct][google.cloud.retail.v2.ProductService.DeleteProduct]
method.
Required. Full resource name of [Product][google.cloud.retail.v2.Product],
such as
projects/*/locations/global/catalogs/default_catalog/branches/default_branch/products/some_product_id.
If the caller does not have permission to delete the
[Product][google.cloud.retail.v2.Product], regardless of whether or not it
exists, a PERMISSION_DENIED error is returned.
If the [Product][google.cloud.retail.v2.Product] to delete does not exist,
a NOT_FOUND error is returned.
The [Product][google.cloud.retail.v2.Product] to delete can neither be a
[Product.Type.COLLECTION][google.cloud.retail.v2.Product.Type.COLLECTION]
[Product][google.cloud.retail.v2.Product] member nor a
[Product.Type.PRIMARY][google.cloud.retail.v2.Product.Type.PRIMARY]
[Product][google.cloud.retail.v2.Product] with more than one
[variants][google.cloud.retail.v2.Product.Type.VARIANT]. Otherwise, an
INVALID_ARGUMENT error is returned.
All inventory information for the named
[Product][google.cloud.retail.v2.Product] will be deleted.
[[["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-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eDeleteProductRequest\u003c/code\u003e class in the Retail v2 API is 2.12.0, with many earlier versions available for reference, spanning from 1.0.0 to the present version.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDeleteProductRequest\u003c/code\u003e is a request message used for the \u003ccode\u003eProductService.DeleteProduct\u003c/code\u003e method within the Google Cloud Retail v2 API, allowing users to delete product resources.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eDeleteProductRequest\u003c/code\u003e inherits from \u003ccode\u003eobject\u003c/code\u003e and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionalities like message management, equality comparisons, deep cloning, and buffer handling.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteProductRequest\u003c/code\u003e class includes a \u003ccode\u003eName\u003c/code\u003e property, which is a required field representing the full resource name of the product to be deleted, and \u003ccode\u003eProductName\u003c/code\u003e, which provides a typed view over the resource \u003ccode\u003eName\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eThere are a few restrictions on what a product can be deleted, such as the product not being a Collection type, and the product not being a Primary with more then one variant.\u003c/p\u003e\n"]]],[],null,[]]