Best Way To Delete A Draft

I am creating a suite of shortcuts on iOS to, for instance, create a draft or find one.

Now I come to delete a draft.

I think “File Draft In Trash” is the right action.

Question: Given a UUID is this the best way to delete a draft? I think so but I might be missing a trick.

The best way would be two actions, “Get Draft by UUID”, followed by a “File Draft” which acted on the draft object returned by the previous step.

1 Like

Thanks. Then I’ve got it right - as I’m referring to drafts by UUID in what I’m doing. (I’m writing a blog post about what I’m doing where I refer to Drafts. I think you’ll like it.)