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

memory_id
string<uuid>
required

The unique identifier of the memory to retrieve.

Response

204 - application/json

Successful deletion of memory.

message
string
Example:

"Memory deleted successfully!"