Explicitly closes an active session. While sessions automatically expire after inactivity, it’s best practice to close them when you’re done to free up resources.
Bearer token authentication using JWT tokens.
Include the token in the Authorization header as: Authorization: Bearer <token>
Obtain tokens through your Hum API account dashboard or contact [email protected] for access.
The session token identifying the specific session The session token provided by the Hum API. Used to connect the response to the session in the client system.
"XqCmeTVgYXrbWrZFZEymkD"
Session closed successfully
"Session closed successfully"
A status code summarizing the outcome of this response.
ok, warning, error "ok"
Empty object for this response
Metadata about the session. Can be used to track the status of the session, time since creation, and time since last update.