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 authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The session token identifying the specific session
Example:
"Xxjljd2CQgobOvPR3X6Lat"
Response
200
application/json
Session closed successfully
The response is of type object
.