SSH Keys
Delete SSH key
Delete an SSH key. If the key is in use by nodes, returns 409 with the list of node IDs. Use force=true to delete the key even if it is in use.
delete/v1/ssh-keys/{key-id}
Path parameters
key-idinteger required
SSH key ID
Query parameters
forceboolean
Force delete even if the key is in use by nodes
Response
SSH key deleted successfully