Delete unused public key in Depot

Hi,

I cannot find the option in the Habitat Depot (app.habitat.sh) to delete one of my unused public key.

You cannot delete public keys at this time. Since packages are signed with keys, if you deleted a public key, a user could not download it to verify the package.

You only have one private key at a time, so if a private key were to be compromised and you create a new key pair the person with the compromised key becomes unable to upload packages to the depot.

Hope that helps.