Add DELETE to v1/drafts API endpoint
Carlos Lucero
I use the API to programmatically predraft responses to all incoming messages with AI. Sometimes the draft sucks or I don't need it, but there's no way to programmatically delete those drafts that I don't want. I'm forced to have to manually go into Missive and delete those drafts, which, while admittedly doesn't take up too much time, is still a hassle to do every day.
Phil Langlois
Merged in a post:
[API] Add DELETE to v1/drafts endpoint
JB Théard
It surely wouldn't be expensive to mirror the "discard draft" UI feature to be accessible programmatically. I assume that would be via a delete request on a draft.
Sam Boyd
Carlos Lucero out of curiosity, where are you reading these drafts if not in Missive?
That sounds like a cool automation.