# Delete session by Session

This is used by an Admin to delete another user's session

Endpoint: DELETE /v1/auth/pub/jwt/{userSession}
Version: 1.0

## Path parameters:

  - `userSession` (string, required)

## Response 200 fields (application/json):

  - `userEmail` (string)

  - `licenseId` (string)

  - `sn` (string)

  - `expiresAt` (string)

  - `zoneIdStr` (string)


