Required. The name of the document to delete. Format: projects/<Project ID>/locations/<Location
ID>/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>.
Authorization requires the following IAM permission on the specified resource name:
dialogflow.documents.delete
Request body
The request body must be empty.
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-01-15 UTC."],[[["This operation deletes a specified document via a long-running process, indicated by the returned `Operation` type, which includes metadata and an empty response."],["The HTTP request for this operation is a `DELETE` request, targeting a specific document identified by its name in the URL path with the format `projects/*/knowledgeBases/*/documents/*`."],["The `name` path parameter, which is mandatory, specifies the document to delete, and its format requires the `dialogflow.documents.delete` IAM permission for authorization."],["The request body must be empty for this operation, and a successful response will contain an instance of `Operation`."],["To authorize this operation, you need to use one of the following OAuth scopes: `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow`."]]],[]]