patch
https://api.stampee.fr/messages/bulk_cancel
Cancel one or more contact messages that are still scheduled.
No billing impact: for API sends, payment is only captured at the real send time, so cancelling
a scheduled recipient before it is emitted never charges and never refunds.
Important notes:
idsare the 12-digit friendly ids of the contact messages, as returned bybulk_send.- All ids must currently be scheduled, with a
scheduledAtstill in the future, and belong to the
authenticated sender/reseller. If any id fails these checks, nothing is cancelled and a 404 is returned. scheduledAtis required as part of the shared request schema (seescheduled-at-too-soon/
scheduled-at-too-farin the 422 examples).