Beta. This endpoint is in beta. Behavior, parameters, and response shapes may change without notice.
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.
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.
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.
List of variant IDs to disable
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 |
Per-item error for non-atomic bulk operations. Only failed items are returned in the response dictionary. Items not present in the dictionary succeeded.