Sign in

Remove member from team

documented

Remove a member from a specific team.

DELETE /members/{memberId}/teams/{teamId}Membersno implementation yet0 runs
No 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"
Remove member from team · BlogIn · OpenIntegrations