FruxonDocs
AgentsCollaborators

Removes a collaborator's access from an agent.

Revokes the user's grant on the agent. Tenant admins retain implicit access regardless; this call only affects per-agent collaborator rows. Cannot remove the last remaining Admin — the request is rejected so the agent never becomes orphaned from explicit administration. Idempotent against users who have no current grant.

DELETE
/v1/tenants/{tenant}/agents/{agent}/collaborators/{user}
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

agent*string

The agent ID.

user*string

The user ID to remove.

tenant*string

The tenant identifier

Response Body

curl -X DELETE "https://api.fruxon.com/v1/tenants/string/agents/string/collaborators/string"
Empty
Empty
Empty
Empty