Back to DropboxSharing - Unshare Folder
Allows a shared folder owner to unshare the folder.
You'll need to call :route:check_job_status
to determine if the action has completed successfully.
Apps must have full Dropbox access to use this endpoint.
Input
type: object
properties:
data:
type: object
description: >
shared_folder_id: The ID for the shared folder.
leave_a_copy: If true, members of this shared folder will get a copy of
this folder after it's unshared. Otherwise, it will be removed from their
Dropbox. The current user, who is an owner, will always retain their copy.
properties:
shared_folder_id:
type: string
description: The ID for the shared folder.
leave_a_copy:
type: boolean
description: >-
If true, members of this shared folder will get a copy of this folder
after it's unshared. Otherwise, it will be removed from their Dropbox.
The current user, who is an owner, will always retain their copy.
title: Data
Output
type: object
description: >
Result returned by methods that may either launch an asynchronous job or
complete synchronously. Upon synchronous completion of the job, no additional
information is returned.
async_job_id: This response indicates that the processing is asynchronous. The
string is an id that can be used to obtain the status of the asynchronous job.
complete: The job finished synchronously and successfully.
properties:
.tag:
title: Choice of LaunchEmptyResult
type: string
enum:
- async_job_id
- complete
async_job_id:
type: string
description: >-
This response indicates that the processing is asynchronous. The string is
an id that can be used to obtain the status of the asynchronous job.