Skip to main content
DELETE
/
v1
/
dev
/
user
/
conversations
/
{conversation_id}
Delete conversation
curl --request DELETE \
  --url https://api.omi.me/v1/dev/user/conversations/{conversation_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Developer API key. Get one from Settings → Developer → Create Key in the Omi app. Keys are prefixed with omi_dev_.

Path Parameters

conversation_id
string
required

The ID of the conversation to delete.

Response

Conversation deleted.

success
boolean