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"]],[["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 document provides reference information for the `DeleteContactRequest` class within the Essential Contacts v1 API in .NET."],["`DeleteContactRequest` is a class used to send a request to delete a contact, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has a constructor `DeleteContactRequest()` that initializes a new instance, and it also accepts another `DeleteContactRequest` instance to copy data from."],["The class has two main properties `Name` (string) and `ContactName` (ContactName) which is a typed view over the Name resource name, that are required to identify the contact that will be deleted."],["There are multiple versions of the Essential Contacts API available, with version 2.5.0 being the most recent, alongside older versions from 2.4.0 all the way back to 1.0.0."]]],[]]