v1
latestOpenAPI 3.1.02026-07-26359254.7 MBSequence Steps
Disable step variants
<small>Requires the sequences:operate scope (or a broader one that includes it).</small>
Disables the specified variants on a sequence step. Variants are toggled independently — failures are reported per variantId in the response without aborting the whole call.
post/v3/sequences/{id}/steps/{step_id}/disable
Path parameters
idinteger required
Sequence Id
step_idinteger required
Step Id
Request body
Response
Dictionary keyed by variant ID. Only failed items appear; items not in the dictionary succeeded.
Possible per-item error codes:
| Error code | Meaning |
|---|---|
| invalidInput | Variant id is not valid for this step |
| unsupportedOperation | Step type does not support enabling/disabling variants |
object required