POST
https://stoplight.io/mocks/replyteam/reply/765516802
/
sequences
/
{id}
/
steps
/
{step_id}
/
disable
curl --request POST \
  --url https://stoplight.io/mocks/replyteam/reply/765516802/sequences/{id}/steps/{step_id}/disable
[
  {
    "stepId": 42744,
    "emailVariants": [
      {
        "variantId": 97765,
        "isEnabled": true
      }
    ]
  }
]

Path Parameters

id
string
required

Sequence Id

step_id
string
required

Step Id

Response

200 - application/json

Sequence step variant disabled successfully

The response is of type object[].