Python
Core Memory Operations
Delete Memory
Delete a single memory by its unique memory ID from the Mem0 platform 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 unique identifier of the memory to retrieve.
Response
204 - application/json
Successful deletion of memory.
Example:
"Memory deleted successfully!"