Delete User Session by ID
Deletes a specific session for the authenticated user.
Path Parameters |
---|
session_id string — REQUIREDThe ID of the session. |
Responses | ||
---|---|---|
204 Session deleted successfully. | ||
401 Unauthorized access.
| ||
403 Forbidden action.
| ||
404 Session not found.
| ||
500 Internal server error.
|