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.
Authorization
Bearer JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.
In: header
Path Parameters
The owning Network id.
uuidThe participant id.
uuidThe 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"{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}Lists a page of the Network's served-participant grants.
Returns a page of access grants in the Network (served, observer, and advisor; active and revoked), in participant order. Paged at the DB with no total-count query — items + next-page cursor only.
Clears the participant's escalation override, reverting to the network default pool.
Removes the dedicated-operator override so this customer's escalations resolve from the network default pool again. Idempotent when no override is set; `404 Not Found` when the participant has no grant in the Network. Applies immediately.