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.
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.