Blocks
Delete block
DELETE /api/pipelines/:pipeline_uuid/blocks/:block_uuid
Delete a block from a pipeline.
By default, blocks with downstream dependencies may not be deleted. To force delete blocks, set the force
query parameter to the boolean True
.
The following example deletes a fictional block winter_wildflower
from the broken_wave
pipeline.
Was this page helpful?