unshare_folder

POST https://api.dropboxapi.com/2/sharing/unshare_folder

unshare_folder

scope: sharing.write

Allows a shared folder owner to unshare the folder. You'll need to call check_job_status to determine if the action has completed successfully.

Request Body

{"shared_folder_id"=>"84528192421", "leave_a_copy"=>false}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Dropbox-API-Path-Rootstring
Dropbox-API-Select-Userstring
Dropbox-API-Select-Adminstring

RESPONSES

status: OK

{".tag":"complete"}