v51

latestOpenAPI 3.0.0GPL-3.0raw.githubusercontent.com2026-08-01199241439.9 KB
sync

Delete a DAG

Removes a DAG from the remote repository (git rm + commit + push), local disk, and sync state

post/sync/items/{itemId}/delete

Path parameters

itemIdstring required

The DAG identifier (file path without extension)

Query parameters

remoteNodestring

name of the remote node

Request body

messagestring

Commit message for the deletion

forceboolean

Force delete even if the DAG has local modifications

Response

DAG deleted successfully

messagestring required

Success message