cURL
curl --request DELETE \ --url https://api.omi.me/v1/dev/user/action-items/{action_item_id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Permanently delete an action item. 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 action item to delete.
Action item deleted.