public sealed class DeleteServingConfigRequest : IMessage<DeleteServingConfigRequest>, IEquatable<DeleteServingConfigRequest>, IDeepCloneable<DeleteServingConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class DeleteServingConfigRequest.
Required. The resource name of the ServingConfig to delete. Format:
projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/servingConfigs/{serving_config_id}
[[["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."],[[["The latest version available for the `DeleteServingConfigRequest` class in the Retail v2 API is 2.12.0."],["This page provides reference documentation and code samples for the `DeleteServingConfigRequest` class, which is used to request the deletion of a serving configuration."],["The `DeleteServingConfigRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a property called \"Name\" which requires the resource name of the serving config you wish to delete."],["The class can be constructed using a parameterless method, or a method that takes in another object of the `DeleteServingConfigRequest` type."]]],[]]