Skip to the documentation
API

Delete a draft

Gone. There is no bin for drafts.

DELETEapi.openemail.uk/drafts/{id}

Runs the real call against your workspace, with your own key.

DELETE /drafts/{id}

Gone. There is no bin for drafts.

Example

Needs drafts:write.

curl
curl -X DELETE "$OE/drafts/draft-fdc85673-…" -H "$AUTH"
Response
{ "object": "draft", "id": "draft-fdc85673-…", "deleted": true }