Python
Project APIs
Remove Project Member
Remove a member from a project to revoke their access to its memories, configuration, 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.
Unique identifier of the project.
Query Parameters
Email of the member to be removed
Response
Member removed from the project successfully
Example:
"Member removed from the project"