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

client = Retab()

client.workflows.delete("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 a workflow and every entity it owns: blocks, edges, snapshots, and persisted runs. This is irreversible. Workflow runs that are still pending or running are cancelled before deletion.
from retab import Retab

client = Retab()

client.workflows.delete("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