v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
Sequence 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

variantIdsinteger[] required

List of variant IDs to disable

Response

Dictionary keyed by variant ID. Only failed items appear; items not in the dictionary succeeded.

Possible per-item error codes:

Error codeMeaning
invalidInputVariant id is not valid for this step
unsupportedOperationStep type does not support enabling/disabling variants
object required