93cc41f2018a

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

Delete a sync item

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

post/sync/items/{itemId}/delete

Path parameters

itemIdstring required

The sync item 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 sync item has local modifications

Response

Sync item deleted successfully

messagestring required

Success message