Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.mnemom.ai/v1/teams/{team_id}/members/{agent_id} \ --header 'Authorization: Bearer <token>'
{ "removed": true, "agent_id": "<string>" }
Remove an agent from a team. Teams must retain a minimum of 2 members.
Supabase JWT token in Authorization: Bearer header
Team identifier (UUID)
Agent identifier (e.g. smolt-abc123)
Member removed
Suggestions
Contact support