Removes a participant's grant from the Network.
Drops the grant entirely. Removing a participant that has no grant yields `404 Not Found`. To keep the row for audit but stop authorizing, PATCH the status to `REVOKED` 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.