Deletes a step from a pipeline.
| REQUIRED | KEY | TYPE | DESCRIPTION |
|---|---|---|---|
| Yes | pipelineStepId | str | The ID of the pipeline step. |
| KEY | TYPE | DESCRIPTION |
|---|---|---|
| success | Boolean | true if the call succeeded, false if there was an error |
| TYPE | WHEN |
|---|---|
| DataNotFoundError | `pipelineStepId` is not found. |