Deletes (archives) an Application.
Soft-deletes the Application: it drops out of the tenant's Application list and detail reads and can no longer be managed, but the row is retained so its topics, runs, and audit history stay bound. The Default Application can't be deleted (400), and an Application that still has active agents, connected integrations, or channels can't be deleted until those are removed (409). Applies immediately.
Authorization
Bearer JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.
In: header
Path Parameters
The Application (Network) id to delete.
uuidThe tenant identifier
Response Body
curl -X DELETE "https://api.fruxon.com/v1/tenants/string/networks/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}Free-text recall over the Network's conversations โ powers the conversations search box.
Case-insensitive substring match on each topic's goal line and the agent-generated outcome summary, most-recently-active first (the network scope does not widen to message bodies โ use the per-agent search for that). Pass `participantId` to scope to one person and `limit` (1โ50, default 20) to cap results. An empty `query` returns an empty list. 404 when the Network does not exist.
Lists the stable external doorways materialized for a Network.
Returns messaging, trigger, and schedule entry points owned by this Network. Provider/address identity is stable and never inferred or transferred through this surface.