[[["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-09 UTC."],[[["This webpage details the process of deleting a DataStore using an HTTP DELETE request."],["The `name` path parameter is required, specifying the full resource name of the DataStore to be deleted, in the format `projects/{project}/locations/{location}/collections/{collectionId}/dataStores/{dataStoreId}`."],["The request body for deleting a DataStore must be empty, and upon a successful deletion, the response will be an instance of `Operation`."],["Deleting a DataStore requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `discoveryengine.dataStores.delete` on the specified DataStore resource."],["The HTTP URL to call to delete a DataStore should be `DELETE https://discoveryengine.googleapis.com/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*}`."]]],[]]