unshare_folder
POST https://api.dropboxapi.com/2/sharing/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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Dropbox-API-Path-Root | string | ||
Dropbox-API-Select-User | string | ||
Dropbox-API-Select-Admin | string |
RESPONSES
status: OK
{".tag":"complete"}