Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
await zap.disconnect('my-session-id')
zap = LoceZap(API_KEY) zap.disconnect(session_name)
curl --request DELETE \ --url http://apizap.loce.io/v1/session/disconnect/session_id \ --header 'Authorization: Bearer lz_xxxxxxxxxx' \ --header 'Content-Type: application/json'