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 resource, identified by its unique name, which follows a structured format."],["The HTTP request to delete a session is a `DELETE` request to a URL with the specified Session name as a path parameter."],["The request body for deleting a session must be empty, meaning no data is sent in the request body."],["A successful session deletion will return an empty JSON object as the response body."],["Deleting a session requires the `discoveryengine.sessions.delete` IAM permission, as well as the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]