cURL
curl --request DELETE \ --url https://api.omi.me/v1/dev/user/memories/{memory_id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Permanently delete a memory. This action cannot be undone.
Documentation IndexFetch the complete documentation index at: https://docs.omi.me/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.omi.me/llms.txt
Use this file to discover all available pages before exploring further.
Developer API key. Get one from Settings → Developer → Create Key in the Omi app. Keys are prefixed with omi_dev_.
omi_dev_
The ID of the memory to delete.
Memory deleted.