v1

latestOpenAPI 3.1.02026-07-24700259.3 KB
EMAILS

Remove a scheduled email

Removes a scheduled email by ID

post/email/scheduled/remove

Request body

schedule_idstring required

The schedule_id returned from <code>/v3/email/scheduled/search</code> or the following endpoints [<code>/v3/email/send</code>, <code>/v3/email/mime</code>] (when <code>schedule</code> is passed)

Example request

{
  "schedule_id": "fe7d54d0-8f06-40c5-a675-d72f183e8ebf"
}

Response

Scheduled email removed