Accounts
delete ssh key
Removes an SSH key from the authenticated user's account
CLI Usage: vastai delete ssh-key <id>
delete/api/v0/ssh/{id}/
Path parameters
idinteger required
ID of the SSH key to delete
Response
SSH key successfully deleted
Example response
{
"success": true
}