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>.
Authorization requires the following IAM permission on the specified resource name:
dialogflow.phoneNumbers.undelete
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of PhoneNumber.
[[["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-02-13 UTC."],[[["This webpage details the process for undeleting a `PhoneNumber` that is in the `DELETE_REQUESTED` state."],["The undelete operation is performed via a `POST` request to a specific endpoint using gRPC Transcoding syntax, with the `name` path parameter required to specify the `PhoneNumber`'s unique identifier."],["The request body for the undelete operation must be empty, with the authorization needed being `dialogflow.phoneNumbers.undelete` permission."],["A successful `PhoneNumber` undelete will result in a response body containing the `PhoneNumber` instance."],["Authorization requires either `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow` OAuth scopes."]]],[]]