Skip to main content
DELETE
Remove an agent from a group (idempotent)

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

agent_id
string
required

Agent identifier (e.g. smolt-abc123)

group_id
string<uuid>
required

Agent-group identifier (UUID).

Response

Membership removed (or was already absent)

removed
boolean
group_id
string
agent_id
string