API ReferenceSSH KeysDeletes an SSH key from the project.Deletes an SSH key from the project. DELETE/v1/projects/:projectId/ssh-keys/:sshKeyId Deletes the selected SSH key. Request Responses200404409The SSH key was deleted.No SSH key with the given id exists in the project.The SSH key is authorized on one or more VMs and cannot be deleted.