Overview
Theremove_organization_member function removes a member from an organization.
Function Signature
Parameters
The unique identifier of the organization
The unique identifier of the membership to remove
Return Value
ReturnsResult<()> indicating success or failure.
Basic Usage
Error Handling
Important Notes
- Cannot remove the last admin from an organization
- Members lose access to all organization resources immediately
- This operation is irreversible (member must be re-invited to rejoin)
Rate Limits
- Member operations: 50 requests per minute
- Burst limit: 10 requests per second
Related Functions
- add_organization_member - Add new member
- update_organization_member - Update member role
