Skip to main content
DELETE
Python

Authorizations

Authorization
string
header
required

API key authentication. Prefix your Mem0 API key with 'Token '. Example: 'Token your_api_key'

Path Parameters

org_id
string
required

Unique identifier of the organization.

project_id
string
required

Unique identifier of the project.

Query Parameters

email
string
required

Email of the member to be removed

Response

Member removed from the project successfully

message
string
Example:

"Member removed from the project"