Reassign member from a team
documentedReassign (remove) a member from a team.
DELETE /members/{memberId}/teams/{teamId}Membersno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://blogin.co/api/rest/members/{{$memberId}}/teams/{{$teamId}}" \\n -X DELETE \\n -H "Accept: application/json" \\n -H "Authorization: Bearer {{BLOGIN_API_KEY}}" \\n -H "Content-Type: application/json"