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 describes how to delete a specified entity type using a DELETE HTTP request to the Dialogflow API."],["The request requires the entity type's name as a path parameter in the URL, formatted as either `projects/\u003cProject ID\u003e/agent/entityTypes/\u003cEntity Type ID\u003e` or `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agent/entityTypes/\u003cEntity Type ID\u003e`."],["The request body must be empty for this DELETE operation."],["A successful deletion will return an empty JSON object as the response."],["To perform this operation, you need to have a relevant IAM permission on the specified entity type name: `dialogflow.entityTypes.delete` and use one of these authorization scopes `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow`."]]],[]]