API Reference
Delete Step
DELETE

/projects/steps

Authentication*
curl --request DELETE \
  --url https://api.gotolstoy.com/projects/steps \
  --header 'Authentication: <authentication>' \
  --data '{
  "stepId": "<stepid>"
}'

Parameters

stepIdrequired
string

The step to be deleted

curl -X DELETE https://api.gotolstoy.com/projects/steps \
  --header 'Authorization: Bearer <API_KEY>'