Pflichtangabe. Der Name der zu löschenden Sitzungsressource.
Für die Autorisierung ist die folgende IAM-Berechtigung für die angegebene Ressource name erforderlich:
dataproc.sessions.delete
Suchparameter
Parameter
requestId
string
Optional. Eine eindeutige ID, die zur Identifizierung der Anfrage verwendet wird. Wenn der Dienst zwei DeleteSessionRequest-Anfragen mit derselben ID erhält, wird die zweite Anfrage ignoriert.
Empfehlung: Legen Sie für diesen Wert eine UUID fest.
Der Wert darf nur Buchstaben (a–z, A–Z), Ziffern (0–9), Unterstriche (_) und Bindestriche (-) enthalten. Die maximale Länge beträgt 40 Zeichen.
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von Operation.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-03-04 (UTC)."],[[["This webpage documents the process of deleting an interactive session resource, which includes terminating the session if it's not already in a terminal state."],["The HTTP request method for deleting a session is `DELETE`, using a specified URL structure that incorporates gRPC Transcoding syntax, and requiring a path parameter named `name`."],["The `name` path parameter is a mandatory string representing the name of the session resource to be deleted, and requires the `dataproc.sessions.delete` IAM permission."],["An optional `request_Id` query parameter, which is used for request identification, can be included in the deletion request and must adhere to specific formatting and length constraints."],["The request body must be left empty when deleting a session, and a successful response will return an Operation instance."]]],[]]