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.
curl --request DELETE \
--url https://api.mnemom.ai/v1/teams/{team_id}/members/{agent_id} \
--header 'Authorization: Bearer <token>'{
"removed": true,
"agent_id": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://mnemomllc-feat-aip-output-analysis-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.