Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X DELETE 'https://api.lavendly.ai/v1/workflows/wf_xyz/tracks/tr_a1b2c3d4e5f6?remove_source=1' \ -H 'Authorization: Bearer $LAVENDLY_API_KEY'
{ "track_id": "tr_a1b2c3d4e5f6", "detached": true, "source_node_removed": true }
Remove a track. Optionally also delete the source canvas node.
1
Was this page helpful?