API-key: ********************
curl --location --request DELETE 'https://mijn.host/api/v2/vps/ssh-keys/1000' \ --header 'Accept: application/json' \ --header 'User-Agent: my-application/1.0.0' \ --header 'API-key: <api-key>' \ --header 'Content-Type: application/json'
{ "status": 200, "status_description": "SSH key deleted" }