cURL
curl --request DELETE \ --url https://api.example.com/api/v1/memories/{memory_id} \ --header 'Authorization: Bearer <token>'
{ "memory_id": "<string>", "message": "<string>" }
Delete a memory.
Only the memory owner can delete their memories. This action cannot be undone.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The workspace ID
User ID
Successful Response
Schema for memory deletion response.
ID of the deleted memory.
Success message.