Skip to main content
DELETE
/
v1
/
workflows
/
{workflow_id}
/
edges
from retab import Retab

client = Retab()

client.workflows.edges.delete_all("wf_abc123xyz")
(empty body)

Documentation Index

Fetch the complete documentation index at: https://docs.retab.com/llms.txt

Use this file to discover all available pages before exploring further.

Delete every edge in a workflow’s draft. Blocks are not touched. This is useful when you want to rewire the entire graph without deleting and recreating the blocks themselves.
from retab import Retab

client = Retab()

client.workflows.edges.delete_all("wf_abc123xyz")
(empty body)

Authorizations

Api-Key
string
header
required

Path Parameters

workflow_id
string
required

Query Parameters

access_token
string | null

Response

Successful Response