cURL
curl --request DELETE \ --url https://api.omi.me/v1/dev/keys/{key_id} \ --header 'Authorization: Bearer <token>'
{ "detail": "Invalid API key" }
Permanently revoke (delete) a specific API key. Any requests using this key will immediately stop working.
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 key to revoke.
Key revoked successfully.