public sealed class DeletePhoneNumberRequest : IMessage<DeletePhoneNumberRequest>, IEquatable<DeletePhoneNumberRequest>, IDeepCloneable<DeletePhoneNumberRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class DeletePhoneNumberRequest.
The request message for
[PhoneNumbers.DeletePhoneNumber][google.cloud.dialogflow.v2beta1.PhoneNumbers.DeletePhoneNumber].
Required. The unique identifier of the PhoneNumber to delete.
Format: projects/<Project ID>/phoneNumbers/<PhoneNumber ID>.
Format: projects/<Project ID>/locations/<Location
ID>/phoneNumbers/<PhoneNumber 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."],[[["The `DeletePhoneNumberRequest` class is used to send a request to delete a phone number via the Google Cloud Dialogflow v2beta1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for enhanced functionality."],["It includes constructors for creating new instances, either blank or based on another `DeletePhoneNumberRequest` object."],["The class contains a `Name` property, a string representing the unique identifier of the phone number to be deleted, which follows a specific formatting convention."],["There is also a `PhoneNumberName` property providing a typed view of the name to be used."]]],[]]