Using the Cancel Scheduled Sends API, you can cancel or pause sending one or more groups of emails. SendGrid defines these multiple scheduled send requests together as batches identified with a batch_id
.
With this API, you can perform the following tasks on scheduled emails:
Cancelling or pausing a batch of messages include the following conditions:
send_at
time.send_at
time, SendGrid discards the messages.send_at
time, SendGrid retains the messages.
When you resume a paused batch, SendGrid delivers your scheduled send.send_at
time, SendGrid discards the messages as Expired.To cancel a scheduled send of a single message, consult Canceling a Scheduled Send.