v1
latestOpenAPI 3.1.02026-07-26359254.7 MBSequence Steps
Delete a sequence step
<small>Requires the sequences:write scope (or a broader one that includes it).</small>
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/v3/sequences/{id}/steps/{step_id}
Path parameters
idinteger required
Sequence Id
step_idinteger required
Step Id
Query parameters
mode'nodeOnly' | 'nodeAndAllChildren' | 'nodeAndPositiveChildren' | 'nodeAndNegativeChildren'
Node selection mode for deletion. Defaults to nodeOnly.
Response
Sequence step deleted successfully. The response body is empty.
{"stackTrail":"paths:/v3/sequences/{id}/steps/{step_id}:delete:responses:204:content:application/json:schema","oasType":"schema","type":"unknown","description":"Empty body"}