Delete a SSH key
DELETE api/servers/{server}/ssh-keys/{sshKey}
Example request:
curl -X DELETE "https://ploi.io/api/servers/{server}/ssh-keys/{sshKey}" \ -H "Authorization: Bearer {token}" \ -H "Content-Type: application/json" \ -H "Accept: application/json"