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 endpoint facilitates the deletion of a specified document via a DELETE HTTP request, which is a long-running operation."],["The document to be deleted is identified by its `name`, a required path parameter with a specific format, and authorization is required via the `dialogflow.documents.delete` IAM permission."],["The HTTP request URL utilizes gRPC Transcoding syntax and requires the use of a supported service endpoint."],["The request body must be empty for this operation, and a successful operation returns an `Operation` instance."],["Authorization requires one of the specified OAuth scopes: `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow`."]]],[]]