DELETE
/
user-memories
/
{user_memory_id}
Python
from datagrid_ai import Datagrid

client = Datagrid(
    api_key="My API Key",
)
client.memory.user.delete(
    "user_memory_id",
)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user_memory_id
string
required

The ID of the user memory to delete.

Response

204

Successfully deleted user memory