Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Docs/functions-and-methods/ssh-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ sshKey.Name = $"new-name-{Guid.NewGuid()}";
sshKey = await hetznerCloudClient.SshKey.Update(sshKey);
```

## Delete a Volume
## Delete an SSH key

Deletes a volume. All Volume data is irreversibly destroyed. The Volume must not be attached to a Server and it must not have delete protection enabled.
Deletes an SSH key. It cannot be used anymore.

```csharp
HetznerCloudClient hetznerCloudClient = new HetznerCloudClient("ApiKey");
Expand Down