Skip to main content
Permanently deletes a memory belonging to a specific member.
This endpoint requires admin privileges.
Authorization
string
required
Bearer token obtained from the authenticate endpoint. The authenticated user must be an admin.
memory_id
string
required
UUID of the memory to delete.
member_id
string
required
ID of the member who owns this memory.

Response

message
string
Confirmation message: "User memory deleted successfully".
curl -X DELETE "https://api.trellis.sh/v1/admin/user-memories/a1b2c3d4-e5f6-7890-abcd-ef1234567890?member_id=member_01HX..." \
  -H "Authorization: Bearer YOUR_TOKEN"
{
  "message": "User memory deleted successfully"
}