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

entity_type
enum<string>
required

The type of the entity (user, agent, app, or run).

Available options:
user,
agent,
app,
run
entity_id
string
required

The unique identifier of the entity.

Response

Entity deleted successfully!

message
string
Example:

"Entity deleted successfully!"