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\u003eThe latest version available for \u003ccode\u003eDeleteContactRequest\u003c/code\u003e is 2.5.0, with other prior versions listed from 2.4.0 down to 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDeleteContactRequest\u003c/code\u003e is a request message used for the \u003ccode\u003eDeleteContact\u003c/code\u003e method, which is an object that inherits properties and implements multiple interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class includes two constructors: a default constructor \u003ccode\u003eDeleteContactRequest()\u003c/code\u003e and another \u003ccode\u003eDeleteContactRequest(DeleteContactRequest other)\u003c/code\u003e that takes a \u003ccode\u003eDeleteContactRequest\u003c/code\u003e as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eIt has two properties, \u003ccode\u003eContactName\u003c/code\u003e (a typed view over the resource name) and \u003ccode\u003eName\u003c/code\u003e (a string representing the name of the contact to delete), which are both required.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eName\u003c/code\u003e property specifies the format required to delete the contact including the organization, folder, or project ID along with the contact ID.\u003c/p\u003e\n"]]],[],null,[]]