curl -X DELETE "https://api.flumes.ai/v1/memories/mem_8dfe6a4f" \
  -H "Authorization: Bearer $FLUMES_API_KEY"
{
  "message": "Memory deleted successfully!"
}
Authorization
string
required
Bearer token used for authentication. Format: Bearer YOUR_API_KEY.
memory_id
string
required
Identifier of the memory to delete.
curl -X DELETE "https://api.flumes.ai/v1/memories/mem_8dfe6a4f" \
  -H "Authorization: Bearer $FLUMES_API_KEY"
{
  "message": "Memory deleted successfully!"
}
Deletion is irreversible. Ensure you no longer need the memory before calling this endpoint.