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.
Documentation IndexFetch the complete documentation index at: https://docs.omi.me/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.omi.me/llms.txt
Use this file to discover all available pages before exploring further.
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.