cancel_send
Cancel a queued email send while it is still pending, preventing delivery if the send delay hasn't elapsed yet.
Instructions
Cancel a send_email call that was queued because PROTONMAIL_SEND_DELAY_SECONDS is set. Only works while the item is still pending — once it has actually sent, this returns canceled: false. No effect (throws) if PROTONMAIL_SEND_DELAY_SECONDS is 0, since nothing is ever queued in that case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The id returned by a queued send_email call. |