Required. The name of the entity type to delete. Supported formats: - projects/<Project ID>/agent/entityTypes/<Entity Type ID> - projects/<Project ID>/locations/<Location ID>/agent/entityTypes/<Entity
Type ID>
Authorization requires the following IAM permission on the specified resource name:
dialogflow.entityTypes.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 webpage documents how to delete a specified entity type within the Dialogflow ES platform, which requires prior agent training."],["The deletion is performed via an HTTP DELETE request to a specified endpoint, using a URL that conforms to gRPC Transcoding syntax."],["The `name` parameter is required in the path, and specifies the entity type to be deleted, with supported formats provided for both project and location."],["The request body for deletion must be empty, and a successful operation returns an empty JSON object."],["Authorization for deletion requires the `dialogflow.entityTypes.delete` IAM permission and one of the listed OAuth scopes."]]],[]]