v12

latestOpenAPI 3.0.3raw.githubusercontent.com2026-06-1811583196.1 KB
SSH Keys

Delete SSH key

Permanently delete an SSH key from your account. VMs that already have this key installed continue to accept it until the key is removed from the VM's ~/.ssh/authorized_keys.

delete/api/v1/ssh-keys/{id}

Path parameters

idstring uuid required

SSH key ID (UUID)

Response

SSH key deleted

successboolean

Example response

{
  "data": {
    "name": "laptop"
  }
}