# Logs out a specific session Logs out a specific session. Requires the knowledge of a session loginPhrase and so users level is sufficient and user cannot logout another user as he does not know the loginPhrase. Admin can logout any specific session. Endpoint: POST /id/logoutspecificsession Version: 6.6.1 Security: ZelID ## Request fields (text/plain): - `loginPhrase` (string) Login Phrase of session we want to log out. Example: "1574991374806spbcvsuwerl52tppx9dw5khuz8rew13mkq86gg8r2c" ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object) - `data.message` (string) Explanation of status