Delete a sequence (?force=true, ?dryRun=true)
Sequences
Delete a sequence (?force=true, ?dryRun=true)
Soft-deletes one sequence. Without ?force=true, a sequence with a
sent footprint is guarded — 409 SEQUENCE_HAS_SENT_MESSAGES;
?force=true (forceDeletionOfSentMessages) extends the delete to
already-sent messages. ?dryRun=true reports the would-be effect
({ dryRun, sequenceId, status, force }) with no writes. Replaces
the deprecated POST /sequences/{sequenceId}/delete spelling.
DELETE
Delete a sequence (?force=true, ?dryRun=true)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Also delete sequences with already-sent messages.
Report the would-be effect; write nothing.
Response
{ sequenceId, deleted: true } — or the dryRun report.