Skip to main content
DELETE
/
v1
/
email
/
drafts
/
{draft_id}
Soft-discard a draft (forbidden once dispatch has started)
curl --request DELETE \
  --url https://api-sandbox.featherhq.com/v1/email/drafts/{draft_id} \
  --header 'x-api-key: <api-key>'
{
  "error": "<string>",
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

draft_id
string<uuid>
required

Response

Successful Response