cURL
curl --request POST \ --url https://api.reply.io/v3/sequences/{id}/steps/{step_id}/disable \ --header 'X-API-Key: <api-key>'
[ { "stepId": 42744, "emailVariants": [ { "variantId": 97765, "isEnabled": true } ] } ]
Disables a variant of a sequence step
API key passed in the X-API-Key header
Sequence Id
Step Id
Sequence step variant disabled successfully
Unique identifier for the sequence step
42744
List of email variants associated with the step
Show child attributes