Delete a sequence step
Sequence Steps
Delete a sequence step
Requires the
sequences:write scope (or a broader one that includes it).
Deletes a sequence step.
By default only the addressed step is removed (mode=nodeOnly), and any children remain attached to the parent. For condition (branch) steps, set mode to also remove descendants on one or both branches.
DELETE
Delete a sequence step
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Authorization: Bearer <your-api-key>
Get your API key from the Reply dashboard: Settings → API Key.
Query Parameters
Node selection mode for deletion. Defaults to nodeOnly.
Available options:
nodeOnly, nodeAndAllChildren, nodeAndPositiveChildren, nodeAndNegativeChildren Response
Sequence step deleted successfully. The response body is empty.
Empty body