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 API call is used to cancel a deletion request for a `PhoneNumber` that is currently in the `DELETE_REQUESTED` state."],["The HTTP request for this operation is a `POST` request to a specific endpoint with a defined URL structure that includes project and phone number identifiers."],["The request requires a path parameter, `name`, which is the unique identifier for the `PhoneNumber` to be undeleted, and the request body must be empty."],["A successful response will contain an instance of `PhoneNumber`."],["Authorization to perform this action requires specific IAM permissions and one of two OAuth scopes."]]],[]]