Removes an agent from a Network.
Soft-removes the membership: the agent drops off the Network's roster and can no longer route, govern, or run there, but the row is retained so its conversations, runs, and audit history stay bound. Re-adding the agent reactivates the same membership. Applies immediately.
Authorization
Bearer JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.
In: header
Path Parameters
The Network id the membership belongs to.
uuidThe membership id to remove.
uuidThe tenant identifier
Response Body
curl -X DELETE "https://api.fruxon.com/v1/tenants/string/networks/497f6eca-6276-4993-bfeb-53cbbbba6f08/memberships/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}Binds an existing tenant integration connection to a Network.
The request references a connection id only; credentials remain tenant-owned.
Updates a membership's release pin, operational status, and/or owning Network (move).
Live controls: set or clear the per-Network release pin, drain/disable the membership, and/or re-home it to another Network (its id stays stable so conversations and WorkItems stay bound). Applies immediately.