In the
8.2R3 PCS Device Management Interface (DMI) Solutions Guide which contains the schema for the RPC and the RPC-REPLY it shows as an example for the delete-active-sessions RPC:
<rpc message-id='101'>
xmlns='urn:ietf:params:xml:ns:netconf:base:1.0'>\
<delete-active-sessions>
<session-records>
<session-record>
<name>newadmin</name>
<authentication-realm>Admin Users</authentication-realm>
<session-id>useruid5c142fc2be8e15de7e4015257f1f14af386d6a1e</session-id>
</session-record>
</session-records>
</delete-active-sessions>
</rpc>If a useruid is used as the session-id the delete request will fail.