Skip to main content
Permanently deletes a memory belonging to a specific member. Deleting a memory compacts every later idx for that member by one. Refetch the list if the client caches order.
This endpoint requires admin privileges.
string
required
Bearer token obtained from the authenticate endpoint. The authenticated user must be an admin.
string
required
UUID of the memory to delete.
string
required
ID of the member who owns this memory.

Response

string
Confirmation message: "User memory deleted successfully".