Entities APIs
Delete User
DELETE
/
v1
/
entities
/
{entity_type}
/
{entity_id}
/
Authorizations
Authorization
string
headerrequiredAPI key authentication. Prefix your Mem0 API key with 'Token '. Example: 'Token your_api_key'
Path Parameters
entity_type
enum<string>
requiredThe type of the entity (user, agent, app, or run)
Available options:
user
, agent
, app
, run
entity_id
string
requiredThe unique identifier of the entity
Response
204 - application/json
message
string