FruxonDocs
ApiFruxon channel

Removes one of the caller's Test Lab conversations.

Owner-only: a missing session and a session opened by another user both return 404, so a guessed id cannot reveal or remove a colleague's work. For a fork this removes only the sandbox session handle; the production conversation it was copied from is never touched. Execution records remain as immutable spend and audit history.

DELETE
/v1/tenants/{tenant}/fruxon/sessions/{session}
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 remove.

tenant*string

The tenant identifier

Response Body

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