FruxonDocs
Agent NetworkGraph

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.

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
}