But what I need is also a server function:

GSTNet_Disconnect(clientID);

to remove a client from the List, and
also prohibiting the client to send any data to the server.
(not accepting the data from this clientID)

This is needed for securely kicking off fraudulent clients,
such that the client can not send spam-data to the server.