Skip to main content
DELETE
/
workflows
/
{workflowId}
/
steps
/
{stepId}
Delete step
curl --request DELETE \
  --url https://script.so/api/v1/workflows/{workflowId}/steps/{stepId} \
  --header 'Authorization: Bearer <token>'
{
  "deleted": true
}

Authorizations

Authorization
string
header
required

API key authentication. Get your key from Settings → API Keys.

Use sk_live_ prefix for production, sk_test_ for development.

Path Parameters

workflowId
string
required

Workflow ID

Example:

"wf_xyz789"

stepId
string
required

Step ID

Example:

"step_1"

Response

Step deleted

deleted
boolean
Example:

true