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

client = Retab()

client.workflows.edges.delete(
    "edge-extract-to-review",
)
(empty body)
Delete a single edge. To remove an entire block and all its incident edges in one call, use Delete Block — it cleans up edges automatically.
from retab import Retab

client = Retab()

client.workflows.edges.delete(
    "edge-extract-to-review",
)
(empty body)

Authorizations

Api-Key
string
header
required

Path Parameters

edge_id
string
required

Response

Successful Response