cURL
curl --request DELETE \ --url https://api.duohub.ai/memories/delete/{id} \ --header 'X-API-Key: <api-key>'
{ "status": "success", "message": "Memory deleted successfully" }
Delete a memory
Documentation IndexFetch the complete documentation index at: https://docs.duohub.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.duohub.ai/llms.txt
Use this file to discover all available pages before exploring further.
Your duohub API key. Type: str
ID of the memory to delete
Memory deleted successfully
success
Success message