FruxonDocs
Agent NetworkGraph

Removes a participant from the Network ("Remove from application").

Archives the grant (soft delete): the row is kept and flipped to `REMOVED` with removed-by/-at provenance, and its Layer-2 wiring is torn down, so the participant is treated as a new contact on their next inbound message while the archived row survives for audit and returning-customer recognition. Removing a participant that has no grant yields `404 Not Found`. This is <em>not</em> a durable keep-out — a re-grant or directory re-import revives the row. To keep the participant on the roster but stop serving them, PATCH the status to `REVOKED` (Block) instead. Applies immediately.

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

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

In: header

Path Parameters

network*string

The owning Network id.

Formatuuid
participant*string

The participant id.

Formatuuid
tenant*string

The tenant identifier

Response Body

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