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"]],[["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."],[[["The latest version available for `DeleteContactRequest` is 2.5.0, with other prior versions listed from 2.4.0 down to 1.0.0."],["`DeleteContactRequest` is a request message used for the `DeleteContact` method, which is an object that inherits properties and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes two constructors: a default constructor `DeleteContactRequest()` and another `DeleteContactRequest(DeleteContactRequest other)` that takes a `DeleteContactRequest` as a parameter."],["It has two properties, `ContactName` (a typed view over the resource name) and `Name` (a string representing the name of the contact to delete), which are both required."],["The `Name` property specifies the format required to delete the contact including the organization, folder, or project ID along with the contact ID."]]],[]]