Skip to main content
DELETE
Delete a sequence step

Authorizations

Authorization
string
header
required

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.

Path Parameters

id
integer
required

Sequence Id

step_id
integer
required

Step Id

Query Parameters

mode
enum<string>
default:nodeOnly

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