Blocks
Delete Block
Delete a block from a workflow.
This also deletes any edges connected to this block.
DELETE
Delete a block from a workflow’s draft. Every edge connected to the block (incoming or outgoing) is deleted with it — you don’t need to clean those up first.
If the block is a container (
while_loop, for_each), its child blocks become orphaned (their parent_id is reset to null) but are otherwise preserved.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Disambiguates a block id that is shared by more than one workflow. Required only when the block id is not unique within your organization.
Response
Successful Response