terminateSession

Used to end a user session.

If the user is shared between an integration process and a real person, the terminateSession method can be called when the integration process is completed.

Parameters

id represents the record ID of the user that you want to remove from the session pool.

Returns

A ResponseHelper object is returned.

Errors

InvalidArgumentException
The id is invalid.
java.lang.Exception
A system error occurred when the request was being processed.