Skip to main content
Permanently deletes a memory belonging to the authenticated user.
Authorization
string
required
Bearer token obtained from the authenticate endpoint.
memory_id
string
required
UUID of the memory to delete.

Response

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