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
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 delete.
Query Parameters
If true, also delete memories linked to this one. The response then includes a cascade_count field with the number of linked memories deleted.