cURL
curl --request DELETE \ --url https://api.omi.me/v1/dev/user/conversations/{conversation_id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Permanently delete a conversation and its associated data. This action cannot be undone. Consider using PATCH with discarded: true to hide instead.
discarded: true
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 conversation to delete.
Conversation deleted.