Workflow

Delete Step

DEL
Delete a specific workflow step

Path parameters

workflow_idstringRequired
step_idstringRequired

Response

This endpoint returns any
DEL
1curl -X DELETE https://api.beta.superagent.sh/api/v1/workflows/workflow_id/steps/step_id \
2 -H "Authorization: Bearer <token>"
200
Deleted
1{
2 "key": "value"
3}