Delete a sequence step
sequences:write scope (or a broader one that includes it).
Use this endpoint when you need to remove a step from a sequence; a successful delete returns no content. By default only the addressed step goes and its children re-attach to its parent, but for a condition step you must say what happens to the branches by setting mode to nodeAndPositiveChildren, nodeAndNegativeChildren or nodeAndAllChildren. A step that any contact has already been processed on is locked and cannot be deleted, and neither can the last remaining step of a sequence. Contacts already partway through the sequence stay in it and move on to whichever step now follows, so deleting a step changes what they receive next.
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Get your API key from the Reply dashboard: Settings → API Key.
Query Parameters
Node selection mode for deletion. Defaults to nodeOnly.
nodeOnly, nodeAndAllChildren, nodeAndPositiveChildren, nodeAndNegativeChildren Response
Sequence step deleted successfully. The response body is empty.
Empty body