FruxonDocs
ApiEmbed widget

Closes the session — no further turns accepted.

Idempotent from the client's view; a new conversation means a fresh init. Rejects a token that doesn't match the route session (403).

POST
/v1/embed/sessions/{session}:close

Path Parameters

session*string

The session id to close.

Response Body

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