Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Removefolder

Mark Johnson edited this page Sep 15, 2013 · 1 revision

This action will stop syncing the specified folder

Request Parameters

  • action removefolder
  • token Your current token (see Session Initalisation)
  • t The current timestamp (optional)
  • name The local path of the synced folder
  • secret The secret for the shared folder

returns

JSON string containing an empty object

example

GET http://localhost:8888/gui/?token=ToKeNStRinG&action=removefolder&name=/home/me/btsync&secret=SEcREtSTrinG

Clone this wiki locally