Python
Entities APIs
Delete User
Remove a user entity from the Mem0 platform by entity type and ID using the DELETE endpoint.
DELETE
Python
Documentation Index
Fetch the complete documentation index at: https://docs.mem0.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication. Prefix your Mem0 API key with 'Token '. Example: 'Token your_api_key'
Path Parameters
The type of the entity (user, agent, app, or run).
Available options:
user, agent, app, run The unique identifier of the entity.
Response
Entity deleted successfully!
Example:
"Entity deleted successfully!"