Some products and features are in the process of being renamed. Generative playbook and flow features are also being migrated to a single consolidated console. See the details.
Required. The name of the TransitionRouteGroup to delete. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/transitionRouteGroups/<TransitionRouteGroupID> or projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/transitionRouteGroups/<TransitionRouteGroupID>.
Authorization requires the following IAM permission on the specified resource name:
dialogflow.transitionRouteGroups.delete
Query parameters
Parameters
force
boolean
This field has no effect for transition route group that no page is using. If the transition route group is referenced by any page:
If force is set to false, an error will be returned with message indicating pages that reference the transition route group.
If force is set to true, Dialogflow will remove the transition route group, as well as any reference to it.
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 page documents how to delete a specified TransitionRouteGroup within the Dialogflow CX API, which should not be done before training a flow."],["The HTTP request for deletion is a `DELETE` method using a specific URL structure that includes path parameters for identifying the TransitionRouteGroup by its resource name."],["The deletion operation supports a `force` query parameter, that allows the removal of the TransitionRouteGroup even if it is being used by any pages; if set to false, the request will return an error."],["The request body for the delete operation must be empty, and a successful response will also return an empty JSON object."],["To perform this delete operation, one of two specific OAuth authorization scopes must be provided: `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow`."]]],[]]