Delete a sequence step
Beta. This endpoint is in beta. Behavior, parameters, and response shapes may change without notice.
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.
Documentation Index
Fetch the complete documentation index at: https://docs.reply.io/llms.txt
Use this file to discover all available pages before exploring further.
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.
nodeOnly, nodeAndAllChildren, nodeAndPositiveChildren, nodeAndNegativeChildren Response
Sequence step deleted successfully. The response body is empty.
Empty body