Disconnecting active network connection via Telnet/SSH

I am on a Digiport TS 8 (also have some 16s). Is it possible to disconnect an active network connection through SSH or Telnet? I can’t find the command in the documentation. Basically, I want to be able to do what you do in the web console (Management > Connections > Disconnect), except through a command line.

From the CLI:

Find the connection:

who

Kill the connetion:

kill tty=#

Where #= the actual number

That did the trick! Thank you!