Organizations
Remove team member
Remove a member from the organization. Owner/admin can remove others. Any member can remove themselves (leave).
post/team/remove
Request body
Example request
{
"memberId": "mem_abc123"
}Response
Member removed
Remove a member from the organization. Owner/admin can remove others. Any member can remove themselves (leave).
{
"memberId": "mem_abc123"
}Member removed