cURL
curl --request DELETE \ --url https://api.duohub.ai/memories/delete-file \ --header 'X-API-Key: <api-key>'
{ "status": "success" }
Delete a file from a memory
Your duohub API key. Type: str
ID of the file to remove from the memory
ID of the memory to remove the file from
File deleted from memory successfully
The response is of type object.
object