Cancel a message
Messages
Cancel a message
Cancel a still-pending message before it is dispatched. Only messages
whose status is scheduled or queued can be canceled; anything past
that (rendered, dispatched, sent, delivered, failed, opted_out,
canceled) is already committed to a provider or terminal.
Cancellation is race-safe: if the dispatcher advances the message while
the cancel request is in flight, the request fails with 409 and the
message’s freshly observed status.
DELETE
Cancel a message
Authorizations
API key with an sk_live_ or sk_test_ prefix.
Path Parameters
Public message ID (e.g. msg_...).