sequence/delete_by_id
Tool: delete
Delete a sequence and all its followups.
Soft-deletes the sequence and all associated followup emails. Also clears related caches.
Cascading delete. All followups belonging to this sequence are deleted with it. This cannot be undone.
Arguments
| name | type | req | notes |
|---|---|---|---|
| id | integer | ✓ | Sequence ID — the object's sequenceId (int64) |
Response
200 — Deleted; no body.
Errors: 400, 401, 404, 406, 422, 429, 500 — shared schema: schemas/errors. A missing (or cascade-deleted) id returns 404 with a message that misleadingly names "Campaign" — read it as "this sequence doesn't exist", not as a campaign problem (upstream wording bug).
Invoke
Call delete with name: "sequence/delete_by_id".