Required. The name of the agent to delete all entities types for. Supported formats: - projects/<Project ID>/agent, - projects/<Project ID>/locations/<Location ID>/agent.
Authorization requires the following IAM permission on the specified resource parent:
dialogflow.entityTypes.batchDelete
Request body
The request body contains data with the following structure:
JSON representation
{"entityTypeNames": [string]}
Fields
entityTypeNames[]
string
Required. The names entity types to delete. All names must point to the same agent as parent.
Response body
If successful, the response body contains an instance of Operation.
[[["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-03-05 UTC."],[[["This method allows you to delete multiple entity types within a specified agent using a batch operation."],["The request is made via a `POST` HTTP method to a specific endpoint, requiring a `parent` path parameter specifying the agent."],["The request body must contain a JSON structure with an array of `entityTypeNames`, which are the names of the entity types to be deleted."],["This operation is long-running and returns an `Operation` object that includes an empty `Struct` for metadata and an `Empty` message for the response."],["Authorization for this operation requires either the `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow` OAuth scope, and the `dialogflow.entityTypes.batchDelete` IAM permission."]]],[]]