relinquish_folder_membership
POST https://api.dropboxapi.com/2/sharing/relinquish_folder_membership
scope: sharing.write
The current user relinquishes their membership in the designated shared folder and will no longer have access to the folder. A folder owner cannot relinquish membership in their own folder. This will run synchronously if leaveacopy is false, and asynchronously if leaveacopy is true.
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 |
RESPONSES
status: OK
{".tag":"complete"}