Skip to main content
DELETE
detach ssh-key

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

id
integer
required

ID of the instance to detach the SSH key from

Example:

99999

ssh_key_id
integer
required

Numeric ID of the SSH key to detach. Obtainable via show ssh-keys command

Example:

12345

Response

SSH key successfully detached

success
boolean
Example:

true

msg
string
Example:

"SSH key removed from instance."