FruxonDocs
ApiIntegration config sandbox

Delete a simulated entity (tombstone).

Marks the simulated entity as deleted. Tombstoned entities no longer appear in list responses but are retained internally so simulated tool calls referencing them can still resolve historical context.

DELETE
/v1/tenants/{tenant}/integrations/{integration}/configs/{config}/sandbox/entities/{entity}
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 write to.

Formatuuid
entity*string

The simulated entity id to delete.

Formatuuid
tenant*string

The tenant identifier

integration*string

The integration identifier

Response Body

curl -X DELETE "https://api.fruxon.com/v1/tenants/string/integrations/string/configs/497f6eca-6276-4993-bfeb-53cbbbba6f08/sandbox/entities/497f6eca-6276-4993-bfeb-53cbbbba6f08"
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
}