FruxonDocs
ApiFruxon channel

Closes the session — no further turns accepted.

Idempotent from the caller's view; reopening means a fresh session id.

POST
/v1/tenants/{tenant}/fruxon/sessions/{session}:close
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

session*string

The session id to close.

tenant*string

The tenant identifier

Response Body

curl -X POST "https://api.fruxon.com/v1/tenants/string/fruxon/sessions/string:close"
{
  "sessionId": "string",
  "agentId": "string",
  "deliveryMode": "SANDBOX",
  "status": "OPEN"
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}