Try Gemini 1.5 models, the latest multimodal models in Vertex AI, and see what you can build with up to a 2M token context window.Try Gemini 1.5 models, the latest multimodal models in Vertex AI, and see what you can build with up to a 2M token context window.
Stay organized with collections
Save and categorize content based on your preferences.
Deletes a document. Returns NOT_FOUND if the document does not exist.
HTTP request
POST https://contentwarehouse.googleapis.com/v1/{name}:delete
Path parameters
Parameters
name
string
Required. The name of the document to delete. Format: projects/{projectNumber}/locations/{location}/documents/{documentId} or projects/{projectNumber}/locations/{location}/documents/referenceId/{referenceId}. It takes the form projects/{project}/locations/{location}/documents/{document}.
Request body
The request body contains data with the following structure:
[[["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 2023-08-17 UTC."],[[["This endpoint allows for the deletion of a specific document using a POST request to the specified URL."],["The `name` parameter, representing the document's unique identifier, is a required path parameter within the request URL and must follow a specific format."],["The request body needs to include `requestMetadata` for enforcing access control, which includes information about the end user."],["A successful request will result in an empty response body, whereas attempting to delete a non-existent document will return a `NOT_FOUND` error."],["Authorization requires the `contentwarehouse.documents.delete` IAM permission on the document and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]