FruxonDocs
Agent NetworkGraph

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.

DELETE
/v1/tenants/{tenant}/networks/{network}/participants/{participant}/escalationOverride
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 served 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/escalationOverride"
Empty
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}