Required. The name of the version to delete. Supported formats: - projects/<Project ID>/agent/versions/<Version ID> - projects/<Project ID>/locations/<Location ID>/agent/versions/<Version
ID>
Authorization requires the following IAM permission on the specified resource name:
dialogflow.versions.delete
Request body
The request body must be empty.
Response body
If successful, the response body is an empty JSON object.
[[["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-01-15 UTC."],[[["This endpoint is used to delete a specified agent version within a project, identified by its unique name."],["The request is made via a `DELETE` HTTP method to a specific URL that includes the project and agent version information."],["The request requires authorization, utilizing either `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow` OAuth scopes, with proper IAM permissions to delete versions."],["The request body must be empty, and a successful deletion results in an empty JSON object as the response."],["The parameter `name` is a required string parameter that specifies the version to be deleted, with the supported format including project ID, location ID, and version ID."]]],[]]