Sessions
Close Session
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.
Closing Behavior
- All agent processing stops immediately
- Cached results are cleared
- Session token becomes invalid
- Resources are freed
When to Close
- After completing service lookup
- When switching to a different address
- After receiving final results
- When abandoning a search
Important Notes
- Cannot be undone
- New session required for same address
- Final results should be saved before closing
- Rate limits still apply
DELETE
Authorizations
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 support@letshum.com for access.
Path Parameters
The session token identifying the specific session
Example:
"XqCmeTVgYXrbWrZFZEymkD"
Response
200
application/json
Session closed successfully
The response is of type object
.