Required. The name of the environment to delete. / Format: - projects/<Project ID>/agent/environments/<Environment ID> - projects/<Project ID>/locations/<Location
ID>/agent/environments/<Environment ID>
Authorization requires the following IAM permission on the specified resource name:
dialogflow.environments.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 specific agent environment within a project."],["The request must use the `DELETE` HTTP method with a specific URL format that includes path parameters for the environment's name."],["The `name` path parameter is required and identifies the environment to be deleted, conforming to a specific string format and requiring `dialogflow.environments.delete` IAM permission."],["The request body must be empty when deleting an environment."],["A successful deletion results in an empty JSON object response, and authorization requires one of two specific OAuth scopes."]]],[]]