sync

Delete selected sync items

Removes the specified items from remote repository, local disk, and sync state in a single commit.

post/sync/delete-batch

Query parameters

remoteNodestring

name of the remote node

Request body

itemIdsstring[] required

Item IDs to delete

messagestring

Commit message for the deletion

forceboolean

Force delete items with local modifications or conflicts

Response

Items deleted successfully

deletedstring[] required

List of deleted item IDs

messagestring required

Summary message

Changes