Python
Organizations APIs
Remove Organization Member
Remove a member from an organization to revoke their access to its projects and resources.
DELETE
Python
Authorizations
API key authentication. Prefix your Mem0 API key with 'Token '. Example: 'Token your_api_key'
Path Parameters
Unique identifier of the organization.
Body
application/json
Email of the member to be removed.
Response
Member removed successfully.
Example:
"User removed from organization."