---
title: "Remove a scheduled email"
method: POST
path: "/email/scheduled/remove"
tags: ["EMAILS"]
---

# Remove a scheduled email

`POST /email/scheduled/remove`

Removes a scheduled email by ID

## Request body

- object
  - `schedule_id` string, 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)

## Response `200`

Scheduled email removed

## Other responses

- `400` — 400

---

[API](https://skmtc.net/smtp2go/apis/smtp2go-api-v3-0-4.md) · [All operations](https://skmtc.net/smtp2go/apis/smtp2go-api-v3-0-4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smtp2go/smtp2go-api-v3-0-4/versions/1ba6b25eebb9/schema)
