# Sessions ## List all the user sessions - [GET /zephr/public/sessions/v1/sessions](https://developer.zuora.com/zephr-api-reference/zephr-public-api/sessions/listusersessions.md): Lists of all sessions for the current user and site. ## Delete all other sessions - [DELETE /zephr/public/sessions/v1/sessions](https://developer.zuora.com/zephr-api-reference/zephr-public-api/sessions/deleteallothersessions.md): Deletes all sessions for the current user and site apart from the session used to make the request. ## Delete the session by ID - [DELETE /zephr/public/sessions/v1/sessions/{sessionId}](https://developer.zuora.com/zephr-api-reference/zephr-public-api/sessions/deletesession.md): Deletes a session by ID. Returns a 404 if the specified session does not exist or does not belong to the current user.