FruxonDocs
Agent NetworkGraph

Removes a collaborator's access from the Network.

Revokes the user's grant. Cannot remove the last remaining Admin — the request is rejected so the Network never becomes orphaned from explicit administration. Idempotent against users with no current grant. Applies immediately.

DELETE
/v1/tenants/{tenant}/networks/{network}/collaborators/{user}
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
user*string

The user id to remove.

tenant*string

The tenant identifier

Response Body

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