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 and code samples for the `DeleteContactRequest` class within the Essential Contacts v1 API, specifically focusing on version 2.3.0."],["`DeleteContactRequest` is used to construct a request to delete a contact, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `DeleteContactRequest` class has two constructors, one default and one that accepts another `DeleteContactRequest` as a parameter."],["The class contains two properties: `ContactName`, which provides a typed view over the contact's resource name, and `Name`, which is a required string property indicating the name of the contact to delete, in the proper format."],["The 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."]]],[]]