curl --request DELETE \
--url https://api.boostgpt.co/v1/bot/memory/{memory_id} \
--header 'Authorization: Bearer <token>'{
"success": true
}Delete a specific user memory entry
curl --request DELETE \
--url https://api.boostgpt.co/v1/bot/memory/{memory_id} \
--header 'Authorization: Bearer <token>'{
"success": true
}Was this page helpful?