sync

Delete selected sync items

Removes the specified sync items from the 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

Sync item IDs to delete

messagestring

Commit message for the deletion

forceboolean

Force delete items with local modifications or conflicts

Response

Sync items deleted successfully

deletedstring[] required

List of deleted sync item IDs

messagestring required

Summary message

Changes