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 deletion has been queued for background (async) execution.

message
string
Example:

"Delete in progress. This may take some time."

event_id
string<uuid>