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
Example response
{
"data": {
"name": "laptop"
}
}