Required. The resource name of the Session to delete. Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStoreId}/sessions/{sessionId}
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-09 UTC."],[[["This endpoint allows you to delete a specific Session, identified by its resource name, within a data store."],["The HTTP request is a `DELETE` operation using a URL that adheres to gRPC Transcoding syntax, with the Session's resource name specified in the URL path."],["The request body must be empty for a successful deletion operation."],["A successful deletion returns an empty JSON object in the response body."],["Deleting a Session requires OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the `discoveryengine.sessions.delete` IAM permission."]]],[]]