FruxonDocs
ApiIntegration config sandbox

Reset the sandbox.

Clears all simulated entities and tool-call history for this integration config's sandbox. Destructive — used to start a fresh evaluation/scenario run from a known empty state. Cannot be undone.

POST
/v1/tenants/{tenant}/integrations/{integration}/configs/{config}/sandbox:reset
AuthorizationBearer <token>

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

In: header

Path Parameters

config*string

The integration config id whose sandbox to reset.

Formatuuid
tenant*string

The tenant identifier

integration*string

The integration identifier

Response Body

curl -X POST "https://api.fruxon.com/v1/tenants/string/integrations/string/configs/497f6eca-6276-4993-bfeb-53cbbbba6f08/sandbox:reset"
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}