Detach an SSH key from a dedicated server

DELETE/v1/hosts/dedicated_servers/{server_id}/ssh_keys/{fingerprint}

A DELETE request to /v1/hosts/dedicated_servers/{server_id}/ssh_keys/{fingerprint} will detach an SSH key from a dedicated server. Both ID parameters should be specified in the path.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

server_id*string

A unique identifier of a server.

fingerprint*string

A fingerprint of an SSH key. To list all existing fingerprints, go to the SSH keys section.

Response Body

application/json

curl -X DELETE "https://example.com/v1/hosts/dedicated_servers/Jrb2XMeW/ssh_keys/97:c1:12:7e:1c:88:f6:77:6c:9b:cf:8d:ba:bb:8e:f100"
Empty