public sealed class DeleteCatalogItemRequest : IMessage<DeleteCatalogItemRequest>, IEquatable<DeleteCatalogItemRequest>, IDeepCloneable<DeleteCatalogItemRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Recommendations AI v1beta1 API class DeleteCatalogItemRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `DeleteCatalogItemRequest` class is part of the Recommendations AI v1beta1 API and is used to request the deletion of a catalog item."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffer management."],["There are two constructors available for `DeleteCatalogItemRequest`, one default and another that takes another `DeleteCatalogItemRequest` as a parameter for copying."],["The `Name` property is required and represents the full resource name of the catalog item that should be deleted, following a specific format."],["The `CatalogItemPathName` property is a typed view over the `Name` property, and is used to represent a resource name of type `CatalogItemPathName` which is contained within the same assembly."]]],[]]