public sealed class DeleteContactRequest : IMessage<DeleteContactRequest>, IEquatable<DeleteContactRequest>, IDeepCloneable<DeleteContactRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Essential Contacts v1 API class DeleteContactRequest.
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 document provides reference and code samples for the \u003ccode\u003eDeleteContactRequest\u003c/code\u003e class within the Essential Contacts v1 API, specifically focusing on version 2.3.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDeleteContactRequest\u003c/code\u003e is used to construct a request to delete a contact, and it implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteContactRequest\u003c/code\u003e class has two constructors, one default and one that accepts another \u003ccode\u003eDeleteContactRequest\u003c/code\u003e as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains two properties: \u003ccode\u003eContactName\u003c/code\u003e, which provides a typed view over the contact's resource name, and \u003ccode\u003eName\u003c/code\u003e, which is a required string property indicating the name of the contact to delete, in the proper format.\u003c/p\u003e\n"],["\u003cp\u003eThe content provided represents versions from 1.0.0 up to the latest version 2.5.0 of the API, with version 2.3.0 being in focus in this document.\u003c/p\u003e\n"]]],[],null,[]]