cURL
curl --request DELETE \ --url https://api.nova-cloud.ai/ssh-keys/{key_id} \ --header 'Authorization: Bearer <token>'
Delete an SSH key. This does not remove the key from existing VMs.
Use a JWT access token or API key (prefixed with nv_)
Key deleted