sync

Delete a sync item

Removes an item from 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 item has local modifications

Response

Item deleted successfully

messagestring required

Success message

Changes