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"]],[["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\u003eThis webpage provides documentation for the \u003ccode\u003eDeleteContactRequest\u003c/code\u003e class, which is used to construct requests for deleting a contact in the Google Cloud Essential Contacts API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteContactRequest\u003c/code\u003e class is part of the \u003ccode\u003eGoogle.Cloud.EssentialContacts.V1\u003c/code\u003e namespace and is included in the \u003ccode\u003eGoogle.Cloud.EssentialContacts.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eIt implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable<DeleteContactRequest>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<DeleteContactRequest>\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionality for message handling, equality checks, deep cloning, and buffer message operations.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors: a default constructor and a copy constructor, allowing for the creation of new instances or copies of existing \u003ccode\u003eDeleteContactRequest\u003c/code\u003e objects.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eDeleteContactRequest\u003c/code\u003e class include \u003ccode\u003eContactName\u003c/code\u003e (a typed view of the contact name) and \u003ccode\u003eName\u003c/code\u003e (a string representing the resource name of the contact to be deleted, which is required).\u003c/p\u003e\n"]]],[],null,[]]