Required. The fingerprint of the public key to update. Public keys are identified by their SHA-256 fingerprint. The fingerprint of the public key is in format users/{user}/sshPublicKeys/{fingerprint}.
[[["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 2024-05-29 UTC."],[[["This page documents the process for deleting an SSH public key using an HTTP DELETE request."],["The required URL format for the request is `DELETE https://oslogin.googleapis.com/v1beta/{name=users/*/sshPublicKeys/*}`, which uses gRPC Transcoding syntax."],["The `name` parameter, which is mandatory, specifies the fingerprint of the SSH public key to be deleted in the format `users/{user}/sshPublicKeys/{fingerprint}`."],["The request body for deleting an SSH public key must be empty."],["A successful deletion results in an empty response body and requires one of the listed OAuth scopes for authorization."]]],[]]