FruxonDocs
Agent NetworkGraph

Removes an agent from a Network.

Soft-removes the membership: the agent drops off the Network's roster and can no longer route, govern, or run there, but the row is retained so its conversations, runs, and audit history stay bound. Re-adding the agent reactivates the same membership. Applies immediately.

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

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

In: header

Path Parameters

network*string

The Network id the membership belongs to.

Formatuuid
membership*string

The membership id to remove.

Formatuuid
tenant*string

The tenant identifier

Response Body

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