public sealed class DeleteContactRequest : IMessage<DeleteContactRequest>, IEquatable<DeleteContactRequest>, IDeepCloneable<DeleteContactRequest>, IBufferMessage, IMessage
Required. The name of the contact to delete.
Format: organizations/{organization_id}/contacts/{contact_id},
folders/{folder_id}/contacts/{contact_id} or
projects/{project_id}/contacts/{contact_id}
[[["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."],[[["This webpage details the `DeleteContactRequest` class within the `Google.Cloud.EssentialContacts.V1` namespace, used for sending requests to delete contacts."],["The latest version of `DeleteContactRequest` is 2.5.0, with prior versions ranging back to 1.0.0 available as well, accessible through links."],["The `DeleteContactRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `DeleteContactRequest` class contains two constructors, a default one and one that takes another `DeleteContactRequest` object, and has properties to manage the name and `ContactName` of the contact."],["The required format for deleting a contact can be found in the `Name` property, detailing the string formatting that is required."]]],[]]