cURL
curl --request DELETE \ --url https://script.so/api/v1/workflows/{workflowId}/steps/{stepId} \ --header 'Authorization: Bearer <token>'
{ "deleted": true }
Remove a step from a workflow
API key authentication. Get your key from Settings → API Keys.
Use sk_live_ prefix for production, sk_test_ for development.
sk_live_
sk_test_
Workflow ID
"wf_xyz789"
Step ID
"step_1"
Step deleted
true