FruxonDocs
Agent NetworkGraph

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.

DELETE
/v1/tenants/{tenant}/networks/{network}
AuthorizationBearer <token>

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

In: header

Path Parameters

network*string

The Application (Network) id to delete.

Formatuuid
tenant*string

The tenant identifier

Response Body

curl -X DELETE "https://api.fruxon.com/v1/tenants/string/networks/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
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}