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 owns Agents or Workflows or has connected integrations or channels can't be deleted until those resources are deleted or disconnected (409).

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 id or slug to delete.

tenant*string

The tenant identifier

Response Body

curl -X DELETE "https://api.fruxon.com/v1/tenants/string/networks/string"
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
}