cURL
curl --request DELETE \ --url https://app.lettr.com/api/emails/scheduled/{transmissionId} \ --header 'Authorization: Bearer <token>'
200
Example
{ "message": "Scheduled transmission cancelled successfully." }
Cancel a scheduled email transmission before it is sent. Once the scheduled delivery time has passed, the transmission can no longer be cancelled.
API key for authentication
The transmission ID returned when the email was scheduled.
"12345678901234567890"
Scheduled transmission cancelled successfully
Was this page helpful?